pub struct ReachOk;Trait Implementations§
Source§impl Communicable<Response> for ReachOk
impl Communicable<Response> for ReachOk
fn to_communication(&self) -> Communication<Response>
fn try_from_communication( communication: &Communication<Response>, ) -> Result<Self, DecodeError>
Auto Trait Implementations§
impl Freeze for ReachOk
impl RefUnwindSafe for ReachOk
impl Send for ReachOk
impl Sync for ReachOk
impl Unpin for ReachOk
impl UnwindSafe for ReachOk
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