Enum google_docs_api_types::v1::documents::PropertyState
source · pub enum PropertyState {
Rendered,
NotRendered,
}Variants§
Trait Implementations§
source§impl Clone for PropertyState
impl Clone for PropertyState
source§fn clone(&self) -> PropertyState
fn clone(&self) -> PropertyState
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 PropertyState
impl Debug for PropertyState
source§impl Default for PropertyState
impl Default for PropertyState
source§fn default() -> PropertyState
fn default() -> PropertyState
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for PropertyState
impl<'de> Deserialize<'de> for PropertyState
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 Hash for PropertyState
impl Hash for PropertyState
source§impl Ord for PropertyState
impl Ord for PropertyState
source§fn cmp(&self, other: &PropertyState) -> Ordering
fn cmp(&self, other: &PropertyState) -> 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 PropertyState
impl PartialEq for PropertyState
source§fn eq(&self, other: &PropertyState) -> bool
fn eq(&self, other: &PropertyState) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for PropertyState
impl PartialOrd for PropertyState
source§fn partial_cmp(&self, other: &PropertyState) -> Option<Ordering>
fn partial_cmp(&self, other: &PropertyState) -> 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 PropertyState
impl Serialize for PropertyState
impl Eq for PropertyState
impl StructuralPartialEq for PropertyState
Auto Trait Implementations§
impl Freeze for PropertyState
impl RefUnwindSafe for PropertyState
impl Send for PropertyState
impl Sync for PropertyState
impl Unpin for PropertyState
impl UnwindSafe for PropertyState
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