pub struct OwnershipActivateResponse {
pub status: RomError,
}Expand description
Response to the ownership activate command.
Fields§
§status: RomErrorThe status response to the request.
Implementations§
Trait Implementations§
Source§impl Annotate for OwnershipActivateResponse
impl Annotate for OwnershipActivateResponse
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§
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