Enum cyfs_lib::OODNetworkType
source · [−]pub enum OODNetworkType {
Unknown,
Intranet,
Extranet,
}
Variants
Unknown
Intranet
Extranet
Trait Implementations
sourceimpl Clone for OODNetworkType
impl Clone for OODNetworkType
sourcefn clone(&self) -> OODNetworkType
fn clone(&self) -> OODNetworkType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for OODNetworkType
impl Debug for OODNetworkType
sourceimpl<'de> Deserialize<'de> for OODNetworkType
impl<'de> Deserialize<'de> for OODNetworkType
sourcefn 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
sourceimpl Display for OODNetworkType
impl Display for OODNetworkType
sourceimpl PartialEq<OODNetworkType> for OODNetworkType
impl PartialEq<OODNetworkType> for OODNetworkType
sourcefn eq(&self, other: &OODNetworkType) -> bool
fn eq(&self, other: &OODNetworkType) -> bool
sourceimpl Serialize for OODNetworkType
impl Serialize for OODNetworkType
impl Eq for OODNetworkType
impl StructuralEq for OODNetworkType
impl StructuralPartialEq for OODNetworkType
Auto Trait Implementations
impl RefUnwindSafe for OODNetworkType
impl Send for OODNetworkType
impl Sync for OODNetworkType
impl Unpin for OODNetworkType
impl UnwindSafe for OODNetworkType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more