pub struct MSAnnotationsProperty {
pub fc_keep_in_content: bool,
pub fc_target_path: Option<String>,
}Fields§
§fc_keep_in_content: bool§fc_target_path: Option<String>Trait Implementations§
source§impl Clone for MSAnnotationsProperty
impl Clone for MSAnnotationsProperty
source§fn clone(&self) -> MSAnnotationsProperty
fn clone(&self) -> MSAnnotationsProperty
Returns a copy 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 MSAnnotationsProperty
impl Debug for MSAnnotationsProperty
source§impl<'de> Deserialize<'de> for MSAnnotationsProperty
impl<'de> Deserialize<'de> for MSAnnotationsProperty
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 MSAnnotationsProperty
impl Ord for MSAnnotationsProperty
source§fn cmp(&self, other: &MSAnnotationsProperty) -> Ordering
fn cmp(&self, other: &MSAnnotationsProperty) -> 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<MSAnnotationsProperty> for MSAnnotationsProperty
impl PartialEq<MSAnnotationsProperty> for MSAnnotationsProperty
source§fn eq(&self, other: &MSAnnotationsProperty) -> bool
fn eq(&self, other: &MSAnnotationsProperty) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<MSAnnotationsProperty> for MSAnnotationsProperty
impl PartialOrd<MSAnnotationsProperty> for MSAnnotationsProperty
source§fn partial_cmp(&self, other: &MSAnnotationsProperty) -> Option<Ordering>
fn partial_cmp(&self, other: &MSAnnotationsProperty) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§impl Serialize for MSAnnotationsProperty
impl Serialize for MSAnnotationsProperty
impl Eq for MSAnnotationsProperty
impl StructuralEq for MSAnnotationsProperty
impl StructuralPartialEq for MSAnnotationsProperty
Auto Trait Implementations§
impl RefUnwindSafe for MSAnnotationsProperty
impl Send for MSAnnotationsProperty
impl Sync for MSAnnotationsProperty
impl Unpin for MSAnnotationsProperty
impl UnwindSafe for MSAnnotationsProperty
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