pub struct Stratum { /* private fields */ }
Expand description
Wrapper for dedicated stratum service
Implementations
sourceimpl Stratum
impl Stratum
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Stratum
impl Send for Stratum
impl Sync for Stratum
impl Unpin for Stratum
impl !UnwindSafe for Stratum
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more