#[repr(C)]pub struct UnknownPropertyKeyError {
pub key: AzString,
pub value: AzString,
}Expand description
Wrapper for UnknownPropertyKey error.
Fields§
§key: AzString§value: AzStringTrait Implementations§
Source§impl Clone for UnknownPropertyKeyError
impl Clone for UnknownPropertyKeyError
Source§fn clone(&self) -> UnknownPropertyKeyError
fn clone(&self) -> UnknownPropertyKeyError
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 UnknownPropertyKeyError
impl Debug for UnknownPropertyKeyError
Source§impl PartialEq for UnknownPropertyKeyError
impl PartialEq for UnknownPropertyKeyError
Source§fn eq(&self, other: &UnknownPropertyKeyError) -> bool
fn eq(&self, other: &UnknownPropertyKeyError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UnknownPropertyKeyError
Auto Trait Implementations§
impl Freeze for UnknownPropertyKeyError
impl RefUnwindSafe for UnknownPropertyKeyError
impl Send for UnknownPropertyKeyError
impl Sync for UnknownPropertyKeyError
impl Unpin for UnknownPropertyKeyError
impl UnsafeUnpin for UnknownPropertyKeyError
impl UnwindSafe for UnknownPropertyKeyError
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