pub struct UnknownAttribute {
pub name: StrRef,
pub origin: Attribute,
}
Fields§
§name: StrRef
§origin: Attribute
Trait Implementations§
Source§impl Clone for UnknownAttribute
impl Clone for UnknownAttribute
Source§fn clone(&self) -> UnknownAttribute
fn clone(&self) -> UnknownAttribute
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for UnknownAttribute
impl RefUnwindSafe for UnknownAttribute
impl Send for UnknownAttribute
impl Sync for UnknownAttribute
impl Unpin for UnknownAttribute
impl UnwindSafe for UnknownAttribute
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