pub struct Warranty { /* private fields */ }Trait Implementations§
Source§impl DataTypeFunctions for Warranty
impl DataTypeFunctions for Warranty
Auto Trait Implementations§
impl Freeze for Warranty
impl RefUnwindSafe for Warranty
impl Send for Warranty
impl Sync for Warranty
impl Unpin for Warranty
impl UnsafeUnpin for Warranty
impl UnwindSafe for Warranty
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