pub enum ModelTransformInheritance {
RrSs = 0,
RSrs = 1,
Rrs = 2,
}Variants§
Trait Implementations§
Source§impl Clone for ModelTransformInheritance
impl Clone for ModelTransformInheritance
Source§fn clone(&self) -> ModelTransformInheritance
fn clone(&self) -> ModelTransformInheritance
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 Debug for ModelTransformInheritance
impl Debug for ModelTransformInheritance
impl Copy for ModelTransformInheritance
impl Eq for ModelTransformInheritance
impl StructuralPartialEq for ModelTransformInheritance
Auto Trait Implementations§
impl Freeze for ModelTransformInheritance
impl RefUnwindSafe for ModelTransformInheritance
impl Send for ModelTransformInheritance
impl Sync for ModelTransformInheritance
impl Unpin for ModelTransformInheritance
impl UnsafeUnpin for ModelTransformInheritance
impl UnwindSafe for ModelTransformInheritance
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