pub struct PackedFmtArg { /* private fields */ }Expand description
A version of FmtArg which occupies less space, but needs to be unpacked to be used.
Implementations§
Trait Implementations§
Source§impl Clone for PackedFmtArg
impl Clone for PackedFmtArg
Source§fn clone(&self) -> PackedFmtArg
fn clone(&self) -> PackedFmtArg
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PackedFmtArg
Auto Trait Implementations§
impl Freeze for PackedFmtArg
impl RefUnwindSafe for PackedFmtArg
impl Send for PackedFmtArg
impl Sync for PackedFmtArg
impl Unpin for PackedFmtArg
impl UnwindSafe for PackedFmtArg
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