pub enum LinkState<'a> {
Error(&'a str),
Unlinked,
Init,
Negotiating,
Allocating,
Paused,
Active,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for LinkState<'a>
impl<'a> Send for LinkState<'a>
impl<'a> Sync for LinkState<'a>
impl<'a> Unpin for LinkState<'a>
impl<'a> UnwindSafe for LinkState<'a>
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