pub struct Current { /* private fields */ }Expand description
Token
Trait Implementations§
impl Eq for Current
impl StructuralPartialEq for Current
Auto Trait Implementations§
impl Freeze for Current
impl !RefUnwindSafe for Current
impl !Send for Current
impl !Sync for Current
impl Unpin for Current
impl !UnwindSafe for Current
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