pub struct Pen { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Ord for Pen
impl Ord for Pen
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 Pen
impl PartialOrd for Pen
impl Eq for Pen
impl StructuralPartialEq for Pen
Auto Trait Implementations§
impl Freeze for Pen
impl RefUnwindSafe for Pen
impl !Send for Pen
impl !Sync for Pen
impl Unpin for Pen
impl UnsafeUnpin for Pen
impl UnwindSafe for Pen
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