pub struct Sparx(/* private fields */);Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Sparx
impl RefUnwindSafe for Sparx
impl Send for Sparx
impl Sync for Sparx
impl Unpin for Sparx
impl UnwindSafe for Sparx
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