pub enum ArtImagePropertyType {
TRANSITIVE_VERB = 0,
INTRANSITIVE_VERB = 1,
}Variants§
Trait Implementations§
Source§impl Clone for ArtImagePropertyType
impl Clone for ArtImagePropertyType
Source§fn clone(&self) -> ArtImagePropertyType
fn clone(&self) -> ArtImagePropertyType
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 ArtImagePropertyType
impl Debug for ArtImagePropertyType
Source§impl Default for ArtImagePropertyType
impl Default for ArtImagePropertyType
Source§impl Enum for ArtImagePropertyType
impl Enum for ArtImagePropertyType
Source§const NAME: &'static str = "ArtImagePropertyType"
const NAME: &'static str = "ArtImagePropertyType"
Enum name as specified in
.proto file. Read moreSource§const VALUES: &'static [ArtImagePropertyType]
const VALUES: &'static [ArtImagePropertyType]
All enum values for enum type.
Source§impl EnumFull for ArtImagePropertyType
impl EnumFull for ArtImagePropertyType
Source§fn enum_descriptor() -> EnumDescriptor
fn enum_descriptor() -> EnumDescriptor
Get enum descriptor by type.
Source§fn descriptor(&self) -> EnumValueDescriptor
fn descriptor(&self) -> EnumValueDescriptor
Get enum value descriptor.
Source§impl Hash for ArtImagePropertyType
impl Hash for ArtImagePropertyType
Source§impl PartialEq for ArtImagePropertyType
impl PartialEq for ArtImagePropertyType
impl Copy for ArtImagePropertyType
impl Eq for ArtImagePropertyType
impl StructuralPartialEq for ArtImagePropertyType
Auto Trait Implementations§
impl Freeze for ArtImagePropertyType
impl RefUnwindSafe for ArtImagePropertyType
impl Send for ArtImagePropertyType
impl Sync for ArtImagePropertyType
impl Unpin for ArtImagePropertyType
impl UnwindSafe for ArtImagePropertyType
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