pub(crate) struct Ignore {
pub(crate) count: NonZeroU16,
}
Fields§
§count: NonZeroU16
Trait Implementations§
source§impl ToTokenTree for Ignore
impl ToTokenTree for Ignore
fn into_token_tree(self) -> TokenTree
Auto Trait Implementations§
impl Freeze for Ignore
impl RefUnwindSafe for Ignore
impl Send for Ignore
impl Sync for Ignore
impl Unpin for Ignore
impl UnwindSafe for Ignore
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