pub struct AttributeWildcard {
pub namespace_constraint: NamespaceConstraint,
pub process_contents: ProcessContents,
pub source: Option<SourceRef>,
}Expand description
Attribute wildcard (anyAttribute)
Fields§
§namespace_constraint: NamespaceConstraintNamespace constraint
process_contents: ProcessContentsProcess contents mode
source: Option<SourceRef>Source location
Trait Implementations§
Source§impl Clone for AttributeWildcard
impl Clone for AttributeWildcard
Source§fn clone(&self) -> AttributeWildcard
fn clone(&self) -> AttributeWildcard
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 moreAuto Trait Implementations§
impl Freeze for AttributeWildcard
impl RefUnwindSafe for AttributeWildcard
impl Send for AttributeWildcard
impl Sync for AttributeWildcard
impl Unpin for AttributeWildcard
impl UnsafeUnpin for AttributeWildcard
impl UnwindSafe for AttributeWildcard
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