Struct serde_with::base64::UrlSafe
source · pub struct UrlSafe;Available on crate feature
base64 only.Expand description
The URL safe character set (uses - and _).
See RFC 3548.
Trait Implementations§
source§impl CharacterSet for UrlSafe
impl CharacterSet for UrlSafe
source§fn charset() -> CharacterSet
fn charset() -> CharacterSet
Return a specific character set. Read more
Auto Trait Implementations§
impl RefUnwindSafe for UrlSafe
impl Send for UrlSafe
impl Sync for UrlSafe
impl Unpin for UrlSafe
impl UnwindSafe for UrlSafe
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