Struct xsd_types::value::Base64Binary
source · pub struct Base64Binary;Trait Implementations§
source§impl Clone for Base64Binary
impl Clone for Base64Binary
source§fn clone(&self) -> Base64Binary
fn clone(&self) -> Base64Binary
Returns a copy 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 moresource§impl Debug for Base64Binary
impl Debug for Base64Binary
source§impl XsdDatatype for Base64Binary
impl XsdDatatype for Base64Binary
Auto Trait Implementations§
impl RefUnwindSafe for Base64Binary
impl Send for Base64Binary
impl Sync for Base64Binary
impl Unpin for Base64Binary
impl UnwindSafe for Base64Binary
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