Struct data_url::forgiving_base64::Decoder
source · [−]Expand description
Implementations
Auto Trait Implementations
impl<F, E> RefUnwindSafe for Decoder<F, E>where
F: RefUnwindSafe,
impl<F, E> Send for Decoder<F, E>where
F: Send,
impl<F, E> Sync for Decoder<F, E>where
F: Sync,
impl<F, E> Unpin for Decoder<F, E>where
F: Unpin,
impl<F, E> UnwindSafe for Decoder<F, E>where
F: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more