pub struct UrlSafe(/* private fields */);Expand description
URL-safe Base64 encoding with padding
Trait Implementations§
Source§impl Ord for UrlSafe
impl Ord for UrlSafe
Source§impl PartialOrd for UrlSafe
impl PartialOrd for UrlSafe
impl Copy for UrlSafe
impl Eq for UrlSafe
impl StructuralPartialEq for UrlSafe
Auto Trait Implementations§
impl Freeze for UrlSafe
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