Struct notion_client::endpoints::pages::update::request::UpdatePagePropertiesRequest
source · pub struct UpdatePagePropertiesRequest {
pub properties: BTreeMap<String, PageProperty>,
pub archived: Option<bool>,
pub icon: Option<Icon>,
pub cover: Option<File>,
}
Fields§
§properties: BTreeMap<String, PageProperty>
§archived: Option<bool>
§icon: Option<Icon>
§cover: Option<File>
Trait Implementations§
source§impl Clone for UpdatePagePropertiesRequest
impl Clone for UpdatePagePropertiesRequest
source§fn clone(&self) -> UpdatePagePropertiesRequest
fn clone(&self) -> UpdatePagePropertiesRequest
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 UpdatePagePropertiesRequest
impl Debug for UpdatePagePropertiesRequest
source§impl Default for UpdatePagePropertiesRequest
impl Default for UpdatePagePropertiesRequest
source§fn default() -> UpdatePagePropertiesRequest
fn default() -> UpdatePagePropertiesRequest
Returns the “default value” for a type. Read more
source§impl PartialEq for UpdatePagePropertiesRequest
impl PartialEq for UpdatePagePropertiesRequest
source§fn eq(&self, other: &UpdatePagePropertiesRequest) -> bool
fn eq(&self, other: &UpdatePagePropertiesRequest) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for UpdatePagePropertiesRequest
impl StructuralPartialEq for UpdatePagePropertiesRequest
Auto Trait Implementations§
impl Freeze for UpdatePagePropertiesRequest
impl RefUnwindSafe for UpdatePagePropertiesRequest
impl Send for UpdatePagePropertiesRequest
impl Sync for UpdatePagePropertiesRequest
impl Unpin for UpdatePagePropertiesRequest
impl UnwindSafe for UpdatePagePropertiesRequest
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
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.