pub struct OldLink<T: RemoteUser> {
pub link: UserDot,
pub unlink: UserDot,
pub remote: T,
}Fields§
§link: UserDot§unlink: UserDot§remote: TTrait Implementations§
impl<T: Eq + RemoteUser> Eq for OldLink<T>
Source§impl<T: Ord + RemoteUser> Ord for OldLink<T>
impl<T: Ord + RemoteUser> Ord for OldLink<T>
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<T: PartialOrd + RemoteUser> PartialOrd for OldLink<T>
impl<T: PartialOrd + RemoteUser> PartialOrd for OldLink<T>
impl<T: PartialEq + RemoteUser> StructuralPartialEq for OldLink<T>
Auto Trait Implementations§
impl<T> Freeze for OldLink<T>where
T: Freeze,
impl<T> RefUnwindSafe for OldLink<T>where
T: RefUnwindSafe,
impl<T> Send for OldLink<T>where
T: Send,
impl<T> Sync for OldLink<T>where
T: Sync,
impl<T> Unpin for OldLink<T>where
T: Unpin,
impl<T> UnsafeUnpin for OldLink<T>where
T: UnsafeUnpin,
impl<T> UnwindSafe for OldLink<T>where
T: UnwindSafe,
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