pub struct Proton { /* private fields */ }
Expand description
Type to handle executing Proton
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Proton
impl RefUnwindSafe for Proton
impl Send for Proton
impl Sync for Proton
impl Unpin for Proton
impl UnwindSafe for Proton
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