pub struct OwnershipUnlockResponse {
pub status: RomError,
}
Expand description
Response to the ownership unlock command.
Fields§
§status: RomError
The status response to the request.
Implementations§
Trait Implementations§
Source§impl Annotate for &OwnershipUnlockResponse
impl Annotate for &OwnershipUnlockResponse
fn format(&self, variant: Option<&str>, field: &MemberId<'_>) -> Option<Format>
fn comment(&self, variant: Option<&str>, field: &MemberId<'_>) -> Option<String>
fn as_annotate(&self) -> Option<&dyn Annotate>
fn thunk_serialize( &self, serializer: &mut AnnotatedSerializer<'_>, ) -> Result<Document, Error>
Source§impl Annotate for OwnershipUnlockResponse
impl Annotate for OwnershipUnlockResponse
fn format(&self, _variant: Option<&str>, field: &MemberId<'_>) -> Option<Format>
fn comment( &self, _variant: Option<&str>, field: &MemberId<'_>, ) -> Option<String>
fn as_annotate(&self) -> Option<&dyn Annotate>
fn thunk_serialize( &self, serializer: &mut AnnotatedSerializer<'_>, ) -> Result<Document, Error>
Source§impl Debug for OwnershipUnlockResponse
impl Debug for OwnershipUnlockResponse
Source§impl Default for OwnershipUnlockResponse
impl Default for OwnershipUnlockResponse
Source§fn default() -> OwnershipUnlockResponse
fn default() -> OwnershipUnlockResponse
Returns the “default value” for a type. Read more
Source§impl Serialize for OwnershipUnlockResponse
impl Serialize for OwnershipUnlockResponse
Auto Trait Implementations§
impl Freeze for OwnershipUnlockResponse
impl RefUnwindSafe for OwnershipUnlockResponse
impl Send for OwnershipUnlockResponse
impl Sync for OwnershipUnlockResponse
impl Unpin for OwnershipUnlockResponse
impl UnwindSafe for OwnershipUnlockResponse
Blanket Implementations§
§impl<T> Annotate for T
impl<T> Annotate for T
default fn format( &self, _variant: Option<&str>, _field: &MemberId<'_>, ) -> Option<Format>
default fn comment( &self, _variant: Option<&str>, _field: &MemberId<'_>, ) -> Option<String>
default fn as_annotate(&self) -> Option<&dyn Annotate>
default fn thunk_serialize( &self, serializer: &mut AnnotatedSerializer<'_>, ) -> Result<Document, Error>
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