pub enum AnnotationPlaceholderOccurrenceRole {
AnnotationText,
GpsData,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for AnnotationPlaceholderOccurrenceRole
impl Clone for AnnotationPlaceholderOccurrenceRole
Source§fn clone(&self) -> AnnotationPlaceholderOccurrenceRole
fn clone(&self) -> AnnotationPlaceholderOccurrenceRole
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AnnotationPlaceholderOccurrenceRole
impl Eq for AnnotationPlaceholderOccurrenceRole
Source§impl PartialEq for AnnotationPlaceholderOccurrenceRole
impl PartialEq for AnnotationPlaceholderOccurrenceRole
Source§fn eq(&self, other: &AnnotationPlaceholderOccurrenceRole) -> bool
fn eq(&self, other: &AnnotationPlaceholderOccurrenceRole) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AnnotationPlaceholderOccurrenceRole
Auto Trait Implementations§
impl Freeze for AnnotationPlaceholderOccurrenceRole
impl RefUnwindSafe for AnnotationPlaceholderOccurrenceRole
impl Send for AnnotationPlaceholderOccurrenceRole
impl Sync for AnnotationPlaceholderOccurrenceRole
impl Unpin for AnnotationPlaceholderOccurrenceRole
impl UnsafeUnpin for AnnotationPlaceholderOccurrenceRole
impl UnwindSafe for AnnotationPlaceholderOccurrenceRole
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