Struct serde_with::formats::Padded
source · pub struct Padded;
Expand description
Emit padding during serialization.
Trait Implementations§
impl Copy for Padded
impl Format for Padded
Emit padding during serialization.
Auto Trait Implementations§
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