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 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 ExpectedTag
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