pub enum RepresentationType {
RotatedRectangle,
}Variants§
RotatedRectangle
Trait Implementations§
Source§impl Clone for RepresentationType
impl Clone for RepresentationType
Source§fn clone(&self) -> RepresentationType
fn clone(&self) -> RepresentationType
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 RepresentationType
impl Debug for RepresentationType
Source§impl<'de> Deserialize<'de> for RepresentationType
impl<'de> Deserialize<'de> for RepresentationType
Source§fn 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
Source§impl Hash for RepresentationType
impl Hash for RepresentationType
Source§impl PartialEq for RepresentationType
impl PartialEq for RepresentationType
Source§impl Serialize for RepresentationType
impl Serialize for RepresentationType
impl Copy for RepresentationType
impl Eq for RepresentationType
impl StructuralPartialEq for RepresentationType
Auto Trait Implementations§
impl Freeze for RepresentationType
impl RefUnwindSafe for RepresentationType
impl Send for RepresentationType
impl Sync for RepresentationType
impl Unpin for RepresentationType
impl UnwindSafe for RepresentationType
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