pub struct DsAttrs {
pub attrs: Vec<DsAttr>,
}Fields§
§attrs: Vec<DsAttr>Trait Implementations§
Auto Trait Implementations§
impl Freeze for DsAttrs
impl RefUnwindSafe for DsAttrs
impl !Send for DsAttrs
impl !Sync for DsAttrs
impl Unpin for DsAttrs
impl UnsafeUnpin for DsAttrs
impl UnwindSafe for DsAttrs
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