pub enum FAnnotationType {
Description,
Author,
Experimental,
Deprecated,
See,
Param,
HighVolume,
HighFrequency,
SourceUri,
SourceAlias,
Details,
}Variants§
Description
Author
Experimental
Deprecated
See
Param
HighVolume
HighFrequency
SourceUri
SourceAlias
Details
Trait Implementations§
Source§impl Clone for FAnnotationType
impl Clone for FAnnotationType
Source§fn clone(&self) -> FAnnotationType
fn clone(&self) -> FAnnotationType
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 FAnnotationType
impl Debug for FAnnotationType
Source§impl PartialEq for FAnnotationType
impl PartialEq for FAnnotationType
impl Eq for FAnnotationType
impl StructuralPartialEq for FAnnotationType
Auto Trait Implementations§
impl Freeze for FAnnotationType
impl RefUnwindSafe for FAnnotationType
impl Send for FAnnotationType
impl Sync for FAnnotationType
impl Unpin for FAnnotationType
impl UnwindSafe for FAnnotationType
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