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