pub struct Base64String {}
Trait Implementations§
Source§impl NamedType for Base64String
impl NamedType for Base64String
impl HasInputField<contents, Base64String> for FileAddition
Auto Trait Implementations§
impl Freeze for Base64String
impl RefUnwindSafe for Base64String
impl Send for Base64String
impl Sync for Base64String
impl Unpin for Base64String
impl UnwindSafe for Base64String
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