Struct btconsole::BtConsoleConfig
source · pub struct BtConsoleConfig { /* private fields */ }
Implementations§
source§impl BtConsoleConfig
impl BtConsoleConfig
pub fn new(addr: SocketAddr, asset_path: PathBuf) -> Self
Trait Implementations§
source§impl Clone for BtConsoleConfig
impl Clone for BtConsoleConfig
source§fn clone(&self) -> BtConsoleConfig
fn clone(&self) -> BtConsoleConfig
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for BtConsoleConfig
impl Debug for BtConsoleConfig
source§impl Default for BtConsoleConfig
impl Default for BtConsoleConfig
source§impl<'de> Deserialize<'de> for BtConsoleConfig
impl<'de> Deserialize<'de> for BtConsoleConfig
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<BtConsoleConfig> for BtConsoleConfig
impl PartialEq<BtConsoleConfig> for BtConsoleConfig
source§fn eq(&self, other: &BtConsoleConfig) -> bool
fn eq(&self, other: &BtConsoleConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for BtConsoleConfig
impl Serialize for BtConsoleConfig
impl Eq for BtConsoleConfig
impl StructuralEq for BtConsoleConfig
impl StructuralPartialEq for BtConsoleConfig
Auto Trait Implementations§
impl RefUnwindSafe for BtConsoleConfig
impl Send for BtConsoleConfig
impl Sync for BtConsoleConfig
impl Unpin for BtConsoleConfig
impl UnwindSafe for BtConsoleConfig
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.§impl<T> Free for T
impl<T> Free for T
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> IntoPropValue<Option<T>> for T
impl<T> IntoPropValue<Option<T>> for T
§fn into_prop_value(self) -> Option<T>
fn into_prop_value(self) -> Option<T>
Convert
self
to a value of a Properties
struct.§impl<T> IntoPropValue<T> for T
impl<T> IntoPropValue<T> for T
§fn into_prop_value(self) -> T
fn into_prop_value(self) -> T
Convert
self
to a value of a Properties
struct.