pub struct StrictStandardPadded;Expand description
A sealed strict RFC 4648 built-in specification.
Trait Implementations§
Source§impl Clone for StrictStandardPadded
impl Clone for StrictStandardPadded
Source§fn clone(&self) -> StrictStandardPadded
fn clone(&self) -> StrictStandardPadded
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Codec for StrictStandardPadded
impl Codec for StrictStandardPadded
Source§fn settings(&self) -> CodecSettings
fn settings(&self) -> CodecSettings
Returns the complete validated settings value.
impl Copy for StrictStandardPadded
Source§impl Debug for StrictStandardPadded
impl Debug for StrictStandardPadded
Source§impl Default for StrictStandardPadded
impl Default for StrictStandardPadded
Source§fn default() -> StrictStandardPadded
fn default() -> StrictStandardPadded
Returns the “default value” for a type. Read more
impl Eq for StrictStandardPadded
Source§impl Hash for StrictStandardPadded
impl Hash for StrictStandardPadded
Source§impl PartialEq for StrictStandardPadded
impl PartialEq for StrictStandardPadded
impl StructuralPartialEq for StrictStandardPadded
Auto Trait Implementations§
impl Freeze for StrictStandardPadded
impl RefUnwindSafe for StrictStandardPadded
impl Send for StrictStandardPadded
impl Sync for StrictStandardPadded
impl Unpin for StrictStandardPadded
impl UnsafeUnpin for StrictStandardPadded
impl UnwindSafe for StrictStandardPadded
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