pub struct ExportBlockAttributes { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Default for ExportBlockAttributes
impl Default for ExportBlockAttributes
Source§fn default() -> ExportBlockAttributes
fn default() -> ExportBlockAttributes
Returns the “default value” for a type. Read more
Source§impl Parse for ExportBlockAttributes
impl Parse for ExportBlockAttributes
fn parse(input: ParseStream<'_>) -> Result<Self>
Auto Trait Implementations§
impl Freeze for ExportBlockAttributes
impl RefUnwindSafe for ExportBlockAttributes
impl !Send for ExportBlockAttributes
impl !Sync for ExportBlockAttributes
impl Unpin for ExportBlockAttributes
impl UnwindSafe for ExportBlockAttributes
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