pub struct PinRcGeneric<T, C: Radium<Item = usize>>(/* private fields */);Implementations§
Source§impl<T, C: Radium<Item = usize>> PinRcGeneric<T, C>
impl<T, C: Radium<Item = usize>> PinRcGeneric<T, C>
Trait Implementations§
impl<T: Eq, C: Radium<Item = usize>> Eq for PinRcGeneric<T, C>
Source§impl<T: Ord, C: Radium<Item = usize>> Ord for PinRcGeneric<T, C>
impl<T: Ord, C: Radium<Item = usize>> Ord for PinRcGeneric<T, C>
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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Auto Trait Implementations§
impl<T, C> Freeze for PinRcGeneric<T, C>
impl<T, C> RefUnwindSafe for PinRcGeneric<T, C>where
NonNull<Inner<T, C>>: RefUnwindSafe,
impl<T, C> Unpin for PinRcGeneric<T, C>
impl<T, C> UnsafeUnpin for PinRcGeneric<T, C>where
NonNull<Inner<T, C>>: UnsafeUnpin,
impl<T, C> UnwindSafe for PinRcGeneric<T, C>where
NonNull<Inner<T, C>>: 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