pub struct ContainerAttributesData {
pub ident: Ident,
pub derives: Vec<Ident>,
}
Fields§
§ident: Ident
§derives: Vec<Ident>
Auto Trait Implementations§
impl Freeze for ContainerAttributesData
impl RefUnwindSafe for ContainerAttributesData
impl !Send for ContainerAttributesData
impl !Sync for ContainerAttributesData
impl Unpin for ContainerAttributesData
impl UnwindSafe for ContainerAttributesData
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