pub struct OwnershipActivateResponse {
pub status: RomError,
}
Expand description
Response to the ownership activate command.
Fields§
§status: RomError
The status response to the request.
Implementations§
Trait Implementations§
Source§impl Annotate for &OwnershipActivateResponse
impl Annotate for &OwnershipActivateResponse
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 OwnershipActivateResponse
impl Annotate for OwnershipActivateResponse
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 OwnershipActivateResponse
impl Debug for OwnershipActivateResponse
Source§impl Default for OwnershipActivateResponse
impl Default for OwnershipActivateResponse
Source§fn default() -> OwnershipActivateResponse
fn default() -> OwnershipActivateResponse
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for OwnershipActivateResponse
impl RefUnwindSafe for OwnershipActivateResponse
impl Send for OwnershipActivateResponse
impl Sync for OwnershipActivateResponse
impl Unpin for OwnershipActivateResponse
impl UnwindSafe for OwnershipActivateResponse
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