pub struct JmapIdentityGetOutput {
pub identities: Vec<JmapIdentity>,
pub not_found: Vec<String>,
pub new_state: String,
pub keep_alive: bool,
}Expand description
Successful terminal output of JmapIdentityGet.
Fields§
§identities: Vec<JmapIdentity>§not_found: Vec<String>§new_state: String§keep_alive: boolTrait Implementations§
Source§impl Clone for JmapIdentityGetOutput
impl Clone for JmapIdentityGetOutput
Source§fn clone(&self) -> JmapIdentityGetOutput
fn clone(&self) -> JmapIdentityGetOutput
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 moreAuto Trait Implementations§
impl Freeze for JmapIdentityGetOutput
impl RefUnwindSafe for JmapIdentityGetOutput
impl Send for JmapIdentityGetOutput
impl Sync for JmapIdentityGetOutput
impl Unpin for JmapIdentityGetOutput
impl UnsafeUnpin for JmapIdentityGetOutput
impl UnwindSafe for JmapIdentityGetOutput
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