pub struct InternalToken;
Expand description
This type is not exported from the public API crate, so function having this parameter cannot be called from the public API without naming it
Auto Trait Implementations§
impl Freeze for InternalToken
impl RefUnwindSafe for InternalToken
impl Send for InternalToken
impl Sync for InternalToken
impl Unpin for InternalToken
impl UnwindSafe for InternalToken
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