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