Enum logic_mesh::base::link::LinkState
source · pub enum LinkState {
Disconnected,
Connected,
Error,
}Variants§
Trait Implementations§
source§impl PartialEq<LinkState> for LinkState
impl PartialEq<LinkState> for LinkState
impl Copy for LinkState
impl StructuralPartialEq for LinkState
Auto Trait Implementations§
impl RefUnwindSafe for LinkState
impl Send for LinkState
impl Sync for LinkState
impl Unpin for LinkState
impl UnwindSafe for LinkState
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