pub enum AttributeLike {
Attribute(Attribute),
SpreadAttribute(SpreadAttribute),
}Variants§
Attribute(Attribute)
SpreadAttribute(SpreadAttribute)
Trait Implementations§
Source§impl Clone for AttributeLike
impl Clone for AttributeLike
Source§fn clone(&self) -> AttributeLike
fn clone(&self) -> AttributeLike
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 AttributeLike
impl Debug for AttributeLike
Source§impl PartialEq for AttributeLike
impl PartialEq for AttributeLike
impl Eq for AttributeLike
impl StructuralPartialEq for AttributeLike
Auto Trait Implementations§
impl Freeze for AttributeLike
impl RefUnwindSafe for AttributeLike
impl Send for AttributeLike
impl Sync for AttributeLike
impl Unpin for AttributeLike
impl UnsafeUnpin for AttributeLike
impl UnwindSafe for AttributeLike
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