pub enum BatchPushEvent {
Change(BatchChangePayload),
MemberClosed(BatchMemberClosedPayload),
Closed(BatchClosedPayload),
}Variants§
Trait Implementations§
Source§impl Clone for BatchPushEvent
impl Clone for BatchPushEvent
Source§fn clone(&self) -> BatchPushEvent
fn clone(&self) -> BatchPushEvent
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 moreAuto Trait Implementations§
impl Freeze for BatchPushEvent
impl RefUnwindSafe for BatchPushEvent
impl Send for BatchPushEvent
impl Sync for BatchPushEvent
impl Unpin for BatchPushEvent
impl UnsafeUnpin for BatchPushEvent
impl UnwindSafe for BatchPushEvent
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