pub struct C89;Trait Implementations§
Source§impl Ord for C89
impl Ord for C89
Source§impl PartialOrd for C89
impl PartialOrd for C89
impl Copy for C89
impl Eq for C89
impl StructuralPartialEq for C89
Auto Trait Implementations§
impl Freeze for C89
impl RefUnwindSafe for C89
impl Send for C89
impl Sync for C89
impl Unpin for C89
impl UnwindSafe for C89
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