pub struct LabelAnnotationType;
Implementations§
§impl LabelAnnotationType
impl LabelAnnotationType
pub fn new() -> Self
Trait Implementations§
Source§impl Clone for LabelAnnotationType
impl Clone for LabelAnnotationType
Source§fn clone(&self) -> LabelAnnotationType
fn clone(&self) -> LabelAnnotationType
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 LabelAnnotationType
impl Debug for LabelAnnotationType
Source§impl Default for LabelAnnotationType
impl Default for LabelAnnotationType
Source§fn default() -> LabelAnnotationType
fn default() -> LabelAnnotationType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LabelAnnotationType
impl<'de> Deserialize<'de> for LabelAnnotationType
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 Ord for LabelAnnotationType
impl Ord for LabelAnnotationType
Source§fn cmp(&self, other: &LabelAnnotationType) -> Ordering
fn cmp(&self, other: &LabelAnnotationType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for LabelAnnotationType
impl PartialEq for LabelAnnotationType
Source§impl PartialOrd for LabelAnnotationType
impl PartialOrd for LabelAnnotationType
Source§impl Serialize for LabelAnnotationType
impl Serialize for LabelAnnotationType
impl Eq for LabelAnnotationType
impl StructuralPartialEq for LabelAnnotationType
Auto Trait Implementations§
impl Freeze for LabelAnnotationType
impl RefUnwindSafe for LabelAnnotationType
impl Send for LabelAnnotationType
impl Sync for LabelAnnotationType
impl Unpin for LabelAnnotationType
impl UnwindSafe for LabelAnnotationType
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