pub struct DataStackToken(/* private fields */);
Implementations§
Auto Trait Implementations§
impl Freeze for DataStackToken
impl RefUnwindSafe for DataStackToken
impl Send for DataStackToken
impl Sync for DataStackToken
impl Unpin for DataStackToken
impl UnwindSafe for DataStackToken
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