pub struct DecodePaddedRaw { /* private fields */ }
Expand description
Builder for the DecodePaddedRaw
operation.
Implementations§
Source§impl DecodePaddedRaw
impl DecodePaddedRaw
Trait Implementations§
Source§impl Debug for DecodePaddedRaw
impl Debug for DecodePaddedRaw
Source§impl Default for DecodePaddedRaw
impl Default for DecodePaddedRaw
Source§fn default() -> DecodePaddedRaw
fn default() -> DecodePaddedRaw
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DecodePaddedRaw
impl RefUnwindSafe for DecodePaddedRaw
impl Send for DecodePaddedRaw
impl Sync for DecodePaddedRaw
impl Unpin for DecodePaddedRaw
impl UnwindSafe for DecodePaddedRaw
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