Enum channel2::ChannelBufferEvent
source · pub enum ChannelBufferEvent {
CollaboratorsChanged,
Disconnected,
BufferEdited,
ChannelChanged,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ChannelBufferEvent
impl Send for ChannelBufferEvent
impl Sync for ChannelBufferEvent
impl Unpin for ChannelBufferEvent
impl UnwindSafe for ChannelBufferEvent
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