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