pub struct Base64Url;
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Base64Url
impl RefUnwindSafe for Base64Url
impl Send for Base64Url
impl Sync for Base64Url
impl Unpin for Base64Url
impl UnwindSafe for Base64Url
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