pub struct JmapIdentityGetOptions {
pub ids: Option<Vec<String>>,
}Expand description
Options for JmapIdentityGet::new.
Fields§
§ids: Option<Vec<String>>Restrict the fetch to these identity IDs; None fetches all.
Trait Implementations§
Source§impl Clone for JmapIdentityGetOptions
impl Clone for JmapIdentityGetOptions
Source§fn clone(&self) -> JmapIdentityGetOptions
fn clone(&self) -> JmapIdentityGetOptions
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 JmapIdentityGetOptions
impl Debug for JmapIdentityGetOptions
Source§impl Default for JmapIdentityGetOptions
impl Default for JmapIdentityGetOptions
Source§fn default() -> JmapIdentityGetOptions
fn default() -> JmapIdentityGetOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for JmapIdentityGetOptions
impl RefUnwindSafe for JmapIdentityGetOptions
impl Send for JmapIdentityGetOptions
impl Sync for JmapIdentityGetOptions
impl Unpin for JmapIdentityGetOptions
impl UnsafeUnpin for JmapIdentityGetOptions
impl UnwindSafe for JmapIdentityGetOptions
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