pub enum NetworkRole {
Disabled,
Detached,
Child,
Router,
Leader,
}Variants§
Trait Implementations§
Source§impl Debug for NetworkRole
impl Debug for NetworkRole
Source§impl Default for NetworkRole
impl Default for NetworkRole
Source§fn default() -> NetworkRole
fn default() -> NetworkRole
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NetworkRole
impl RefUnwindSafe for NetworkRole
impl Send for NetworkRole
impl Sync for NetworkRole
impl Unpin for NetworkRole
impl UnsafeUnpin for NetworkRole
impl UnwindSafe for NetworkRole
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