pub struct AdapterAssetErrorContext { /* private fields */ }Expand description
Structured adapter-asset error context.
Implementations§
Trait Implementations§
Source§impl Clone for AdapterAssetErrorContext
impl Clone for AdapterAssetErrorContext
Source§fn clone(&self) -> AdapterAssetErrorContext
fn clone(&self) -> AdapterAssetErrorContext
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 moreSource§impl Debug for AdapterAssetErrorContext
impl Debug for AdapterAssetErrorContext
impl Eq for AdapterAssetErrorContext
Source§impl PartialEq for AdapterAssetErrorContext
impl PartialEq for AdapterAssetErrorContext
Source§fn eq(&self, other: &AdapterAssetErrorContext) -> bool
fn eq(&self, other: &AdapterAssetErrorContext) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AdapterAssetErrorContext
Auto Trait Implementations§
impl Freeze for AdapterAssetErrorContext
impl RefUnwindSafe for AdapterAssetErrorContext
impl Send for AdapterAssetErrorContext
impl Sync for AdapterAssetErrorContext
impl Unpin for AdapterAssetErrorContext
impl UnsafeUnpin for AdapterAssetErrorContext
impl UnwindSafe for AdapterAssetErrorContext
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