pub struct BitFmt<T>(/* private fields */)
where
T: ?Sized;
Expand description
BitSet formatter.
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for BitFmt<T>
impl<T> RefUnwindSafe for BitFmt<T>where
T: RefUnwindSafe + ?Sized,
impl<T> Send for BitFmt<T>
impl<T> Sync for BitFmt<T>
impl<T> Unpin for BitFmt<T>
impl<T> UnwindSafe for BitFmt<T>where
T: UnwindSafe + ?Sized,
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