pub struct To(/* private fields */);Expand description
Lightweight To header wrapper.
Implementations§
Trait Implementations§
Source§impl Ord for To
impl Ord for To
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 To
impl PartialOrd for To
impl Eq for To
impl StructuralPartialEq for To
Auto Trait Implementations§
impl Freeze for To
impl RefUnwindSafe for To
impl Send for To
impl Sync for To
impl Unpin for To
impl UnsafeUnpin for To
impl UnwindSafe for To
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