pub struct InMemoryInOnlyEndpoint { /* private fields */ }Expand description
In-only endpoint: supports sending but not receiving (try_receive returns None).
Implementations§
Trait Implementations§
Source§impl Clone for InMemoryInOnlyEndpoint
impl Clone for InMemoryInOnlyEndpoint
Source§fn clone(&self) -> InMemoryInOnlyEndpoint
fn clone(&self) -> InMemoryInOnlyEndpoint
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for InMemoryInOnlyEndpoint
impl Default for InMemoryInOnlyEndpoint
Source§fn default() -> InMemoryInOnlyEndpoint
fn default() -> InMemoryInOnlyEndpoint
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for InMemoryInOnlyEndpoint
impl !RefUnwindSafe for InMemoryInOnlyEndpoint
impl Send for InMemoryInOnlyEndpoint
impl Sync for InMemoryInOnlyEndpoint
impl Unpin for InMemoryInOnlyEndpoint
impl !UnwindSafe for InMemoryInOnlyEndpoint
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