pub struct NotionRelation {
pub ids: Vec<String>,
pub has_more: bool,
}
Fields§
§ids: Vec<String>
§has_more: bool
Implementations§
Trait Implementations§
Source§impl Clone for NotionRelation
impl Clone for NotionRelation
Source§fn clone(&self) -> NotionRelation
fn clone(&self) -> NotionRelation
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for NotionRelation
impl Debug for NotionRelation
Source§impl Default for NotionRelation
impl Default for NotionRelation
Source§fn default() -> NotionRelation
fn default() -> NotionRelation
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NotionRelation
impl RefUnwindSafe for NotionRelation
impl Send for NotionRelation
impl Sync for NotionRelation
impl Unpin for NotionRelation
impl UnwindSafe for NotionRelation
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