pub enum A2uiSchemaVersion {
V0_9,
V0_8,
}Variants§
Trait Implementations§
Source§impl Clone for A2uiSchemaVersion
impl Clone for A2uiSchemaVersion
Source§fn clone(&self) -> A2uiSchemaVersion
fn clone(&self) -> A2uiSchemaVersion
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 A2uiSchemaVersion
impl Debug for A2uiSchemaVersion
impl Copy for A2uiSchemaVersion
Auto Trait Implementations§
impl Freeze for A2uiSchemaVersion
impl RefUnwindSafe for A2uiSchemaVersion
impl Send for A2uiSchemaVersion
impl Sync for A2uiSchemaVersion
impl Unpin for A2uiSchemaVersion
impl UnsafeUnpin for A2uiSchemaVersion
impl UnwindSafe for A2uiSchemaVersion
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