pub struct StrictUrlSafeUnpadded;Expand description
A sealed strict RFC 4648 built-in specification.
Trait Implementations§
Source§impl Clone for StrictUrlSafeUnpadded
impl Clone for StrictUrlSafeUnpadded
Source§fn clone(&self) -> StrictUrlSafeUnpadded
fn clone(&self) -> StrictUrlSafeUnpadded
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 StrictUrlSafeUnpadded
impl Codec for StrictUrlSafeUnpadded
Source§fn settings(&self) -> CodecSettings
fn settings(&self) -> CodecSettings
Returns the complete validated settings value.
impl Copy for StrictUrlSafeUnpadded
Source§impl Debug for StrictUrlSafeUnpadded
impl Debug for StrictUrlSafeUnpadded
Source§impl Default for StrictUrlSafeUnpadded
impl Default for StrictUrlSafeUnpadded
Source§fn default() -> StrictUrlSafeUnpadded
fn default() -> StrictUrlSafeUnpadded
Returns the “default value” for a type. Read more
impl Eq for StrictUrlSafeUnpadded
Source§impl Hash for StrictUrlSafeUnpadded
impl Hash for StrictUrlSafeUnpadded
Source§impl PartialEq for StrictUrlSafeUnpadded
impl PartialEq for StrictUrlSafeUnpadded
impl StructuralPartialEq for StrictUrlSafeUnpadded
Auto Trait Implementations§
impl Freeze for StrictUrlSafeUnpadded
impl RefUnwindSafe for StrictUrlSafeUnpadded
impl Send for StrictUrlSafeUnpadded
impl Sync for StrictUrlSafeUnpadded
impl Unpin for StrictUrlSafeUnpadded
impl UnsafeUnpin for StrictUrlSafeUnpadded
impl UnwindSafe for StrictUrlSafeUnpadded
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