pub struct mut(pub Span);
Tuple Fields§
§0: Span
Trait Implementations§
source§impl Peek for mut
impl Peek for mut
impl Copy for mut
Auto Trait Implementations§
impl Freeze for mut
impl RefUnwindSafe for mut
impl Send for mut
impl Sync for mut
impl Unpin for mut
impl UnwindSafe for mut
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