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