pub struct StringifierAttribute {
pub extended_attributes: Vec<ExtendedAttribute>,
pub name: Identifier,
pub read_only: bool,
pub type_: Type,
}
Fields§
§extended_attributes: Vec<ExtendedAttribute>
§name: Identifier
§read_only: bool
§type_: Type
Trait Implementations§
Source§impl Clone for StringifierAttribute
impl Clone for StringifierAttribute
Source§fn clone(&self) -> StringifierAttribute
fn clone(&self) -> StringifierAttribute
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 StringifierAttribute
impl Debug for StringifierAttribute
Source§impl PartialEq for StringifierAttribute
impl PartialEq for StringifierAttribute
impl StructuralPartialEq for StringifierAttribute
Auto Trait Implementations§
impl Freeze for StringifierAttribute
impl RefUnwindSafe for StringifierAttribute
impl Send for StringifierAttribute
impl Sync for StringifierAttribute
impl Unpin for StringifierAttribute
impl UnwindSafe for StringifierAttribute
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