pub enum AlnpRole {
Controller,
Node,
}Variants§
Trait Implementations§
impl Copy for AlnpRole
impl StructuralPartialEq for AlnpRole
Auto Trait Implementations§
impl Freeze for AlnpRole
impl RefUnwindSafe for AlnpRole
impl Send for AlnpRole
impl Sync for AlnpRole
impl Unpin for AlnpRole
impl UnwindSafe for AlnpRole
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