pub struct Uplink { /* private fields */ }
Trait Implementations§
Source§impl PartialOrd for Uplink
impl PartialOrd for Uplink
impl StructuralPartialEq for Uplink
Auto Trait Implementations§
impl Freeze for Uplink
impl RefUnwindSafe for Uplink
impl Send for Uplink
impl Sync for Uplink
impl Unpin for Uplink
impl UnwindSafe for Uplink
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