Enum bolic_network::hub::endpoint::SenderError
source · pub enum SenderError {
NotReady(Bytes),
Closed(Bytes),
}Variants§
Trait Implementations§
source§impl Clone for SenderError
impl Clone for SenderError
source§fn clone(&self) -> SenderError
fn clone(&self) -> SenderError
Returns a copy 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 moreAuto Trait Implementations§
impl !Freeze for SenderError
impl RefUnwindSafe for SenderError
impl Send for SenderError
impl Sync for SenderError
impl Unpin for SenderError
impl UnwindSafe for SenderError
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