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