Struct serde_with::formats::Unpadded
source · [−]pub struct Unpadded;
Expand description
Do not emit padding during serialization.
Trait Implementations
impl Copy for Unpadded
impl Format for Unpadded
Do not emit padding during serialization.
Auto Trait Implementations
impl RefUnwindSafe for Unpadded
impl Send for Unpadded
impl Sync for Unpadded
impl Unpin for Unpadded
impl UnwindSafe for Unpadded
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more