#[repr(transparent)]pub struct Sharp;Implementations§
Trait Implementations§
Source§impl Accidental for Sharp
impl Accidental for Sharp
impl Copy for Sharp
impl Eq for Sharp
Source§impl Ord for Sharp
impl Ord for Sharp
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 Sharp
impl PartialOrd for Sharp
impl StructuralPartialEq for Sharp
Auto Trait Implementations§
impl Freeze for Sharp
impl RefUnwindSafe for Sharp
impl Send for Sharp
impl Sync for Sharp
impl Unpin for Sharp
impl UnsafeUnpin for Sharp
impl UnwindSafe for Sharp
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