pub struct JmapCalendarChangesOptions {
pub max_changes: Option<u64>,
}Expand description
Options for JmapCalendarChanges::new.
Fields§
§max_changes: Option<u64>Server-side cap on the number of changes returned.
Trait Implementations§
Source§impl Clone for JmapCalendarChangesOptions
impl Clone for JmapCalendarChangesOptions
Source§fn clone(&self) -> JmapCalendarChangesOptions
fn clone(&self) -> JmapCalendarChangesOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 JmapCalendarChangesOptions
impl Debug for JmapCalendarChangesOptions
Source§impl Default for JmapCalendarChangesOptions
impl Default for JmapCalendarChangesOptions
Source§fn default() -> JmapCalendarChangesOptions
fn default() -> JmapCalendarChangesOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for JmapCalendarChangesOptions
impl RefUnwindSafe for JmapCalendarChangesOptions
impl Send for JmapCalendarChangesOptions
impl Sync for JmapCalendarChangesOptions
impl Unpin for JmapCalendarChangesOptions
impl UnsafeUnpin for JmapCalendarChangesOptions
impl UnwindSafe for JmapCalendarChangesOptions
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