pub enum SendGroupRejection {
NoGroupKey,
}Variants§
NoGroupKey
Trait Implementations§
Source§impl Clone for SendGroupRejection
impl Clone for SendGroupRejection
Source§fn clone(&self) -> SendGroupRejection
fn clone(&self) -> SendGroupRejection
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SendGroupRejection
Source§impl Debug for SendGroupRejection
impl Debug for SendGroupRejection
impl Eq for SendGroupRejection
Source§impl PartialEq for SendGroupRejection
impl PartialEq for SendGroupRejection
impl StructuralPartialEq for SendGroupRejection
Auto Trait Implementations§
impl Freeze for SendGroupRejection
impl RefUnwindSafe for SendGroupRejection
impl Send for SendGroupRejection
impl Sync for SendGroupRejection
impl Unpin for SendGroupRejection
impl UnsafeUnpin for SendGroupRejection
impl UnwindSafe for SendGroupRejection
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