pub struct MapFormatEncoder(pub usize);
Tuple Fields§
§0: usize
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MapFormatEncoder
impl RefUnwindSafe for MapFormatEncoder
impl Send for MapFormatEncoder
impl Sync for MapFormatEncoder
impl Unpin for MapFormatEncoder
impl UnwindSafe for MapFormatEncoder
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