pub enum SendStatus {
Local,
Sending,
Sent,
UnSend,
}Variants§
Trait Implementations§
Source§impl Clone for SendStatus
impl Clone for SendStatus
impl Copy for SendStatus
Source§impl Debug for SendStatus
impl Debug for SendStatus
impl Eq for SendStatus
Source§impl PartialEq for SendStatus
impl PartialEq for SendStatus
impl StructuralPartialEq for SendStatus
Auto Trait Implementations§
impl Freeze for SendStatus
impl RefUnwindSafe for SendStatus
impl Send for SendStatus
impl Sync for SendStatus
impl Unpin for SendStatus
impl UnsafeUnpin for SendStatus
impl UnwindSafe for SendStatus
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