pub struct Warranties { /* private fields */ }Trait Implementations§
Source§impl Clone for Warranties
impl Clone for Warranties
Source§fn clone(&self) -> Warranties
fn clone(&self) -> Warranties
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 moreSource§impl DataTypeFunctions for Warranties
impl DataTypeFunctions for Warranties
Auto Trait Implementations§
impl Freeze for Warranties
impl RefUnwindSafe for Warranties
impl Send for Warranties
impl Sync for Warranties
impl Unpin for Warranties
impl UnsafeUnpin for Warranties
impl UnwindSafe for Warranties
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