pub enum SubAttributeSet {
Attribute(Box<Attribute>),
Nested(Box<AttributeSet>),
}Expand description
subattributeset.
Variants§
Trait Implementations§
Source§impl Clone for SubAttributeSet
impl Clone for SubAttributeSet
Source§fn clone(&self) -> SubAttributeSet
fn clone(&self) -> SubAttributeSet
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 SubAttributeSet
impl Debug for SubAttributeSet
Source§impl Display for SubAttributeSet
impl Display for SubAttributeSet
impl Eq for SubAttributeSet
Source§impl Hash for SubAttributeSet
impl Hash for SubAttributeSet
Source§impl PartialEq for SubAttributeSet
impl PartialEq for SubAttributeSet
impl StructuralPartialEq for SubAttributeSet
Auto Trait Implementations§
impl Freeze for SubAttributeSet
impl RefUnwindSafe for SubAttributeSet
impl Send for SubAttributeSet
impl Sync for SubAttributeSet
impl Unpin for SubAttributeSet
impl UnsafeUnpin for SubAttributeSet
impl UnwindSafe for SubAttributeSet
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