pub struct B64Config {
pub padding: B64ConfigPadding,
}
Fields§
§padding: B64ConfigPadding
Trait Implementations§
Auto Trait Implementations§
impl Freeze for B64Config
impl RefUnwindSafe for B64Config
impl Send for B64Config
impl Sync for B64Config
impl Unpin for B64Config
impl UnwindSafe for B64Config
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