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