pub struct Engine { /* private fields */ }Expand description
Base64 encoding engine
Implementations§
Source§impl Engine
impl Engine
Sourcepub const STANDARD_NO_PAD: Engine
pub const STANDARD_NO_PAD: Engine
Standard base64 without padding
Sourcepub const URL_SAFE_NO_PAD: Engine
pub const URL_SAFE_NO_PAD: Engine
URL-safe base64 without padding
Auto Trait Implementations§
impl Freeze for Engine
impl RefUnwindSafe for Engine
impl Send for Engine
impl Sync for Engine
impl Unpin for Engine
impl UnwindSafe for Engine
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