Struct Rpd
pub struct Rpd(/* private fields */);Implementations§
Trait Implementations§
impl Copy for Rpd
impl Eq for Rpd
§impl Ord for Rpd
impl Ord for Rpd
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
§impl PartialOrd for Rpd
impl PartialOrd for Rpd
impl StructuralPartialEq for Rpd
Auto Trait Implementations§
impl Freeze for Rpd
impl RefUnwindSafe for Rpd
impl Send for Rpd
impl Sync for Rpd
impl Unpin for Rpd
impl UnsafeUnpin for Rpd
impl UnwindSafe for Rpd
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