pub struct LinkStatus(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Debug for LinkStatus
impl Debug for LinkStatus
Source§impl From<ControlledPortState> for LinkStatus
impl From<ControlledPortState> for LinkStatus
Source§fn from(state: ControlledPortState) -> Self
fn from(state: ControlledPortState) -> Self
Converts to this type from the input type.
Source§impl PartialEq for LinkStatus
impl PartialEq for LinkStatus
impl StructuralPartialEq for LinkStatus
Auto Trait Implementations§
impl Freeze for LinkStatus
impl RefUnwindSafe for LinkStatus
impl Send for LinkStatus
impl Sync for LinkStatus
impl Unpin for LinkStatus
impl UnwindSafe for LinkStatus
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