pub struct NotFlipped;
Expand description
Token for a non-flipped
display.
Trait Implementations§
Source§impl Debug for NotFlipped
impl Debug for NotFlipped
Auto Trait Implementations§
impl Freeze for NotFlipped
impl RefUnwindSafe for NotFlipped
impl Send for NotFlipped
impl Sync for NotFlipped
impl Unpin for NotFlipped
impl UnwindSafe for NotFlipped
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