pub struct BoxToken(/* private fields */);
Expand description
A wrapper for Box<AllocatedToken>
.
This is the recommended token implementation.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BoxToken
impl RefUnwindSafe for BoxToken
impl Send for BoxToken
impl Sync for BoxToken
impl Unpin for BoxToken
impl UnwindSafe for BoxToken
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