Struct wgpu_core::resource::ResourceErrorIdent
source · pub struct ResourceErrorIdent {
type: Cow<'static, str>,
label: String,
}
Fields§
§type: Cow<'static, str>
§label: String
Trait Implementations§
source§impl Clone for ResourceErrorIdent
impl Clone for ResourceErrorIdent
source§fn clone(&self) -> ResourceErrorIdent
fn clone(&self) -> ResourceErrorIdent
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 ResourceErrorIdent
impl Debug for ResourceErrorIdent
source§impl<'de> Deserialize<'de> for ResourceErrorIdent
impl<'de> Deserialize<'de> for ResourceErrorIdent
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Display for ResourceErrorIdent
impl Display for ResourceErrorIdent
Auto Trait Implementations§
impl Freeze for ResourceErrorIdent
impl RefUnwindSafe for ResourceErrorIdent
impl Send for ResourceErrorIdent
impl Sync for ResourceErrorIdent
impl Unpin for ResourceErrorIdent
impl UnwindSafe for ResourceErrorIdent
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