pub struct MaybeFormatOr<'t, T, U>(/* private fields */);Expand description
The type returned from FmtOr::fmt_or
Trait Implementations§
Source§impl<'t, T, U> Binary for MaybeFormatOr<'t, T, U>
impl<'t, T, U> Binary for MaybeFormatOr<'t, T, U>
Source§impl<'t, T, U: Clone> Clone for MaybeFormatOr<'t, T, U>
impl<'t, T, U: Clone> Clone for MaybeFormatOr<'t, T, U>
Source§impl<'t, T, U> Debug for MaybeFormatOr<'t, T, U>
impl<'t, T, U> Debug for MaybeFormatOr<'t, T, U>
Source§impl<'t, T, U> Display for MaybeFormatOr<'t, T, U>
impl<'t, T, U> Display for MaybeFormatOr<'t, T, U>
Source§impl<'t, T, U> LowerExp for MaybeFormatOr<'t, T, U>
impl<'t, T, U> LowerExp for MaybeFormatOr<'t, T, U>
Source§impl<'t, T, U> LowerHex for MaybeFormatOr<'t, T, U>
impl<'t, T, U> LowerHex for MaybeFormatOr<'t, T, U>
Source§impl<'t, T, U> Octal for MaybeFormatOr<'t, T, U>
impl<'t, T, U> Octal for MaybeFormatOr<'t, T, U>
Source§impl<'t, T, U> Pointer for MaybeFormatOr<'t, T, U>
impl<'t, T, U> Pointer for MaybeFormatOr<'t, T, U>
Source§impl<'t, T, U> UpperExp for MaybeFormatOr<'t, T, U>
impl<'t, T, U> UpperExp for MaybeFormatOr<'t, T, U>
Source§impl<'t, T, U> UpperHex for MaybeFormatOr<'t, T, U>
impl<'t, T, U> UpperHex for MaybeFormatOr<'t, T, U>
impl<'t, T, U: Copy> Copy for MaybeFormatOr<'t, T, U>
Auto Trait Implementations§
impl<'t, T, U> Freeze for MaybeFormatOr<'t, T, U>where
U: Freeze,
impl<'t, T, U> RefUnwindSafe for MaybeFormatOr<'t, T, U>where
U: RefUnwindSafe,
T: RefUnwindSafe,
impl<'t, T, U> Send for MaybeFormatOr<'t, T, U>
impl<'t, T, U> Sync for MaybeFormatOr<'t, T, U>
impl<'t, T, U> Unpin for MaybeFormatOr<'t, T, U>where
U: Unpin,
impl<'t, T, U> UnwindSafe for MaybeFormatOr<'t, T, U>where
U: UnwindSafe,
T: RefUnwindSafe,
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