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