#[non_exhaustive]pub struct ExportRegisteredPartiesResponse { /* private fields */ }Expand description
Response to export registered parties request.
Implementations§
Trait Implementations§
Source§impl Clone for ExportRegisteredPartiesResponse
impl Clone for ExportRegisteredPartiesResponse
Source§fn clone(&self) -> ExportRegisteredPartiesResponse
fn clone(&self) -> ExportRegisteredPartiesResponse
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 ExportRegisteredPartiesResponse
impl Default for ExportRegisteredPartiesResponse
Source§fn default() -> ExportRegisteredPartiesResponse
fn default() -> ExportRegisteredPartiesResponse
Returns the “default value” for a type. Read more
Source§impl PartialEq for ExportRegisteredPartiesResponse
impl PartialEq for ExportRegisteredPartiesResponse
Source§fn eq(&self, other: &ExportRegisteredPartiesResponse) -> bool
fn eq(&self, other: &ExportRegisteredPartiesResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ExportRegisteredPartiesResponse
Auto Trait Implementations§
impl Freeze for ExportRegisteredPartiesResponse
impl RefUnwindSafe for ExportRegisteredPartiesResponse
impl Send for ExportRegisteredPartiesResponse
impl Sync for ExportRegisteredPartiesResponse
impl Unpin for ExportRegisteredPartiesResponse
impl UnsafeUnpin for ExportRegisteredPartiesResponse
impl UnwindSafe for ExportRegisteredPartiesResponse
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