pub struct AttributeCheck {
pub attribute: Vec<u8>,
pub state: Option<AttributeState>,
}Fields§
§attribute: Vec<u8>§state: Option<AttributeState>Trait Implementations§
Source§impl Clone for AttributeCheck
impl Clone for AttributeCheck
Source§fn clone(&self) -> AttributeCheck
fn clone(&self) -> AttributeCheck
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 AttributeCheck
impl Debug for AttributeCheck
impl Eq for AttributeCheck
Source§impl PartialEq for AttributeCheck
impl PartialEq for AttributeCheck
Source§fn eq(&self, other: &AttributeCheck) -> bool
fn eq(&self, other: &AttributeCheck) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AttributeCheck
Auto Trait Implementations§
impl Freeze for AttributeCheck
impl RefUnwindSafe for AttributeCheck
impl Send for AttributeCheck
impl Sync for AttributeCheck
impl Unpin for AttributeCheck
impl UnsafeUnpin for AttributeCheck
impl UnwindSafe for AttributeCheck
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