pub struct Unpadded;
Expand description
Do not emit padding during serialization.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Unpadded
impl RefUnwindSafe for Unpadded
impl Send for Unpadded
impl Sync for Unpadded
impl Unpin for Unpadded
impl UnwindSafe for Unpadded
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