Struct chromaprint_rust::Base64
source · [−]pub struct Base64 { /* private fields */ }
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Base64
impl !Send for Base64
impl !Sync for Base64
impl Unpin for Base64
impl UnwindSafe for Base64
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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