Struct octez::OctezThread
source · pub struct OctezThread { /* private fields */ }
Implementations§
source§impl OctezThread
impl OctezThread
Auto Trait Implementations§
impl !RefUnwindSafe for OctezThread
impl Send for OctezThread
impl Sync for OctezThread
impl Unpin for OctezThread
impl !UnwindSafe for OctezThread
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