pub struct Base64Config {
pub url_safe: bool,
}Fields§
§url_safe: boolTrait Implementations§
Source§impl Clone for Base64Config
impl Clone for Base64Config
Source§fn clone(&self) -> Base64Config
fn clone(&self) -> Base64Config
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for Base64Config
impl RefUnwindSafe for Base64Config
impl Send for Base64Config
impl Sync for Base64Config
impl Unpin for Base64Config
impl UnsafeUnpin for Base64Config
impl UnwindSafe for Base64Config
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