pub enum AppearanceObjectGeneralPredistributed {
ObjectCreatedDuringTheExercise,
ObjectPredistributedPriorToExerciseStart,
Unspecified(u8),
}Expand description
UID 406
Variants§
Trait Implementations§
Source§impl Clone for AppearanceObjectGeneralPredistributed
impl Clone for AppearanceObjectGeneralPredistributed
Source§fn clone(&self) -> AppearanceObjectGeneralPredistributed
fn clone(&self) -> AppearanceObjectGeneralPredistributed
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 From<AppearanceObjectGeneralPredistributed> for u8
impl From<AppearanceObjectGeneralPredistributed> for u8
Source§fn from(value: AppearanceObjectGeneralPredistributed) -> Self
fn from(value: AppearanceObjectGeneralPredistributed) -> Self
Converts to this type from the input type.
Source§impl PartialEq for AppearanceObjectGeneralPredistributed
impl PartialEq for AppearanceObjectGeneralPredistributed
Source§fn eq(&self, other: &AppearanceObjectGeneralPredistributed) -> bool
fn eq(&self, other: &AppearanceObjectGeneralPredistributed) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for AppearanceObjectGeneralPredistributed
impl Eq for AppearanceObjectGeneralPredistributed
impl StructuralPartialEq for AppearanceObjectGeneralPredistributed
Auto Trait Implementations§
impl Freeze for AppearanceObjectGeneralPredistributed
impl RefUnwindSafe for AppearanceObjectGeneralPredistributed
impl Send for AppearanceObjectGeneralPredistributed
impl Sync for AppearanceObjectGeneralPredistributed
impl Unpin for AppearanceObjectGeneralPredistributed
impl UnwindSafe for AppearanceObjectGeneralPredistributed
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