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