pub struct EtwinLink {
pub link: UserDot,
pub unlink: (),
pub etwin: ShortUser,
}Fields§
§link: UserDot§unlink: ()§etwin: ShortUserTrait Implementations§
impl Eq for EtwinLink
Source§impl Ord for EtwinLink
impl Ord for EtwinLink
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for EtwinLink
impl PartialOrd for EtwinLink
impl StructuralPartialEq for EtwinLink
Auto Trait Implementations§
impl Freeze for EtwinLink
impl RefUnwindSafe for EtwinLink
impl Send for EtwinLink
impl Sync for EtwinLink
impl Unpin for EtwinLink
impl UnsafeUnpin for EtwinLink
impl UnwindSafe for EtwinLink
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