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