Struct embedded_bacnet::application_protocol::services::read_property_multiple::PropertyAccessError
source · 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 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 moreAuto Trait Implementations§
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