Enum figaro::orchestration::error::OwnershipTransferError
source · pub(crate) enum OwnershipTransferError {
HostUnreachable(Hostname),
UnknownError(/* private fields */),
}Variants§
Trait Implementations§
source§impl Clone for OwnershipTransferError
impl Clone for OwnershipTransferError
source§fn clone(&self) -> OwnershipTransferError
fn clone(&self) -> OwnershipTransferError
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for OwnershipTransferError
impl Debug for OwnershipTransferError
Auto Trait Implementations§
impl RefUnwindSafe for OwnershipTransferError
impl Send for OwnershipTransferError
impl Sync for OwnershipTransferError
impl Unpin for OwnershipTransferError
impl UnwindSafe for OwnershipTransferError
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