pub enum Representation {
Standard,
CadBim,
Photo,
}Variants
Standard
CadBim
Photo
Trait Implementations
sourceimpl Clone for Representation
impl Clone for Representation
sourcefn clone(&self) -> Representation
fn clone(&self) -> Representation
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for Representation
impl Debug for Representation
sourceimpl<'de> Deserialize<'de> for Representation
impl<'de> Deserialize<'de> for Representation
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<Representation> for Representation
impl PartialEq<Representation> for Representation
sourcefn eq(&self, other: &Representation) -> bool
fn eq(&self, other: &Representation) -> bool
sourceimpl Serialize for Representation
impl Serialize for Representation
impl StructuralPartialEq for Representation
Auto Trait Implementations
impl RefUnwindSafe for Representation
impl Send for Representation
impl Sync for Representation
impl Unpin for Representation
impl UnwindSafe for Representation
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more