#[repr(C)]pub enum StableTokenTree {
Ident(StableToken),
}Variants§
Ident(StableToken)
Trait Implementations§
Auto Trait Implementations§
impl !Send for StableTokenTree
impl !Sync for StableTokenTree
impl Freeze for StableTokenTree
impl RefUnwindSafe for StableTokenTree
impl Unpin for StableTokenTree
impl UnsafeUnpin for StableTokenTree
impl UnwindSafe for StableTokenTree
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