Struct embedded_bacnet::common::error::ExpectedTag
source · pub struct ExpectedTag {
pub context: &'static str,
pub expected: TagNumber,
pub actual: TagNumber,
}Fields§
§context: &'static str§expected: TagNumber§actual: TagNumberTrait Implementations§
source§impl Clone for ExpectedTag
impl Clone for ExpectedTag
source§fn clone(&self) -> ExpectedTag
fn clone(&self) -> ExpectedTag
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 ExpectedTag
impl Send for ExpectedTag
impl Sync for ExpectedTag
impl Unpin for ExpectedTag
impl UnwindSafe for ExpectedTag
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