pub struct CacheOwnerFailure {
pub owner: CacheOwnerId,
pub source: CacheOwnerError,
}Expand description
Failure reported by one named runtime cache owner.
Fields§
§owner: CacheOwnerIdCache owner that failed.
source: CacheOwnerErrorTyped owner source.
Trait Implementations§
Source§impl Clone for CacheOwnerFailure
impl Clone for CacheOwnerFailure
Source§fn clone(&self) -> CacheOwnerFailure
fn clone(&self) -> CacheOwnerFailure
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 moreAuto Trait Implementations§
impl !RefUnwindSafe for CacheOwnerFailure
impl !UnwindSafe for CacheOwnerFailure
impl Freeze for CacheOwnerFailure
impl Send for CacheOwnerFailure
impl Sync for CacheOwnerFailure
impl Unpin for CacheOwnerFailure
impl UnsafeUnpin for CacheOwnerFailure
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