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