pub struct UpdatePage {
pub icon: Option<FileOrEmojiObject>,
pub properties: Properties,
pub archived: bool,
}
Fields§
§icon: Option<FileOrEmojiObject>
§properties: Properties
§archived: bool
Trait Implementations§
Source§impl Debug for UpdatePage
impl Debug for UpdatePage
Source§impl PartialEq for UpdatePage
impl PartialEq for UpdatePage
Source§impl Serialize for UpdatePage
impl Serialize for UpdatePage
impl Eq for UpdatePage
impl StructuralPartialEq for UpdatePage
Auto Trait Implementations§
impl Freeze for UpdatePage
impl RefUnwindSafe for UpdatePage
impl Send for UpdatePage
impl Sync for UpdatePage
impl Unpin for UpdatePage
impl UnwindSafe for UpdatePage
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.