Struct dittolive_ditto::transport::LanConfig
source · pub struct LanConfig {
pub enabled: bool,
pub mdns_enabled: bool,
pub multicast_enabled: bool,
}
Expand description
Configure the Local Area Network (LAN) transport.
Fields§
§enabled: bool
Whether to enable the LAN transport.
mdns_enabled: bool
Whether to enable mDNS peer discovery.
multicast_enabled: bool
Whether to enable multicast.
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for LanConfig
impl<'de> Deserialize<'de> for LanConfig
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 for LanConfig
impl PartialEq for LanConfig
impl Eq for LanConfig
impl StructuralPartialEq for LanConfig
Auto Trait Implementations§
impl Freeze for LanConfig
impl RefUnwindSafe for LanConfig
impl Send for LanConfig
impl Sync for LanConfig
impl Unpin for LanConfig
impl UnwindSafe for LanConfig
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<T> CompatExt for T
impl<T> CompatExt for T
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more