pub struct B64Url(/* private fields */);Expand description
Base64URL encoded data
Is indifferent about padding when decoding, but always produces padding when encoding.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for B64Url
impl<'de> Deserialize<'de> for B64Url
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for B64Url
impl StructuralPartialEq for B64Url
Auto Trait Implementations§
impl Freeze for B64Url
impl RefUnwindSafe for B64Url
impl Send for B64Url
impl Sync for B64Url
impl Unpin for B64Url
impl UnwindSafe for B64Url
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)