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