pub struct Module<const ALLOW_PARTIAL_FAILURE: bool = false> { /* private fields */ }Expand description
Form*
Implementations§
Trait Implementations§
source§impl<const ALLOW_PARTIAL_FAILURE: bool> Parse for Module<ALLOW_PARTIAL_FAILURE>
impl<const ALLOW_PARTIAL_FAILURE: bool> Parse for Module<ALLOW_PARTIAL_FAILURE>
source§fn parse(ts: &mut TokenStream) -> Result<Self>
fn parse(ts: &mut TokenStream) -> Result<Self>
Parse an item from the given token stream.
Auto Trait Implementations§
impl<const ALLOW_PARTIAL_FAILURE: bool> RefUnwindSafe for Module<ALLOW_PARTIAL_FAILURE>
impl<const ALLOW_PARTIAL_FAILURE: bool> Send for Module<ALLOW_PARTIAL_FAILURE>
impl<const ALLOW_PARTIAL_FAILURE: bool> Sync for Module<ALLOW_PARTIAL_FAILURE>
impl<const ALLOW_PARTIAL_FAILURE: bool> Unpin for Module<ALLOW_PARTIAL_FAILURE>
impl<const ALLOW_PARTIAL_FAILURE: bool> UnwindSafe for Module<ALLOW_PARTIAL_FAILURE>
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