pub struct NotionDate {
pub start: Option<String>,
pub end: Option<String>,
pub time_zone: Option<String>,
}
Fields§
§start: Option<String>
§end: Option<String>
§time_zone: Option<String>
Implementations§
Trait Implementations§
Source§impl Clone for NotionDate
impl Clone for NotionDate
Source§fn clone(&self) -> NotionDate
fn clone(&self) -> NotionDate
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 NotionDate
impl Debug for NotionDate
Source§impl Default for NotionDate
impl Default for NotionDate
Source§fn default() -> NotionDate
fn default() -> NotionDate
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NotionDate
impl RefUnwindSafe for NotionDate
impl Send for NotionDate
impl Sync for NotionDate
impl Unpin for NotionDate
impl UnwindSafe for NotionDate
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