Enum msf_sdp::NetworkType
source · pub enum NetworkType {
Internet,
Other(String),
}Expand description
Network type.
Variants§
Trait Implementations§
source§impl Clone for NetworkType
impl Clone for NetworkType
source§fn clone(&self) -> NetworkType
fn clone(&self) -> NetworkType
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 Display for NetworkType
impl Display for NetworkType
source§impl FromStr for NetworkType
impl FromStr for NetworkType
source§impl Hash for NetworkType
impl Hash for NetworkType
source§impl PartialEq for NetworkType
impl PartialEq for NetworkType
source§fn eq(&self, other: &NetworkType) -> bool
fn eq(&self, other: &NetworkType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for NetworkType
impl StructuralEq for NetworkType
impl StructuralPartialEq for NetworkType
Auto Trait Implementations§
impl RefUnwindSafe for NetworkType
impl Send for NetworkType
impl Sync for NetworkType
impl Unpin for NetworkType
impl UnwindSafe for NetworkType
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