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