pub enum Model1Flags {
None,
}Expand description
Flags for initialize, none currently supported
Variants§
None
Trait Implementations§
Source§impl Clone for Model1Flags
impl Clone for Model1Flags
Source§fn clone(&self) -> Model1Flags
fn clone(&self) -> Model1Flags
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 moreimpl Copy for Model1Flags
Auto Trait Implementations§
impl Freeze for Model1Flags
impl RefUnwindSafe for Model1Flags
impl Send for Model1Flags
impl Sync for Model1Flags
impl Unpin for Model1Flags
impl UnwindSafe for Model1Flags
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