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