Struct notion_client::objects::block::TableValue
source · pub struct TableValue {
pub table_width: u32,
pub has_column_header: bool,
pub has_row_header: bool,
}Fields§
§table_width: u32§has_column_header: bool§has_row_header: boolTrait Implementations§
source§impl Clone for TableValue
impl Clone for TableValue
source§fn clone(&self) -> TableValue
fn clone(&self) -> TableValue
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 TableValue
impl Debug for TableValue
source§impl<'de> Deserialize<'de> for TableValue
impl<'de> Deserialize<'de> for TableValue
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 PartialEq for TableValue
impl PartialEq for TableValue
source§fn eq(&self, other: &TableValue) -> bool
fn eq(&self, other: &TableValue) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for TableValue
impl Serialize for TableValue
impl Eq for TableValue
impl StructuralPartialEq for TableValue
Auto Trait Implementations§
impl RefUnwindSafe for TableValue
impl Send for TableValue
impl Sync for TableValue
impl Unpin for TableValue
impl UnwindSafe for TableValue
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.