pub struct PropertyAccessError {
pub error_class: ErrorClass,
pub error_code: ErrorCode,
}Fields§
§error_class: ErrorClass§error_code: ErrorCodeTrait Implementations§
Source§impl Clone for PropertyAccessError
impl Clone for PropertyAccessError
Source§fn clone(&self) -> PropertyAccessError
fn clone(&self) -> PropertyAccessError
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for PropertyAccessError
impl RefUnwindSafe for PropertyAccessError
impl Send for PropertyAccessError
impl Sync for PropertyAccessError
impl Unpin for PropertyAccessError
impl UnwindSafe for PropertyAccessError
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