pub struct AttributeFilter {
pub attribute: Attribute,
pub filter: AttributeFilterEnum,
}
Fields§
§attribute: Attribute
§filter: AttributeFilterEnum
Trait Implementations§
Source§impl Clone for AttributeFilter
impl Clone for AttributeFilter
Source§fn clone(&self) -> AttributeFilter
fn clone(&self) -> AttributeFilter
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 moreSource§impl Debug for AttributeFilter
impl Debug for AttributeFilter
Auto Trait Implementations§
impl Freeze for AttributeFilter
impl RefUnwindSafe for AttributeFilter
impl Send for AttributeFilter
impl Sync for AttributeFilter
impl Unpin for AttributeFilter
impl UnwindSafe for AttributeFilter
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