pub struct ContainerMetaAttributes {
pub name: Option<Ident>,
pub attr: Vec<TokenStream>,
}Fields§
§name: Option<Ident>§attr: Vec<TokenStream>Extra attributes to attach to this container.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ContainerMetaAttributes
impl RefUnwindSafe for ContainerMetaAttributes
impl !Send for ContainerMetaAttributes
impl !Sync for ContainerMetaAttributes
impl Unpin for ContainerMetaAttributes
impl UnwindSafe for ContainerMetaAttributes
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