pub enum ClientConnectionsToggleEvent {
Enabled,
Disabled,
}
Variants§
Trait Implementations§
Source§impl Debug for ClientConnectionsToggleEvent
impl Debug for ClientConnectionsToggleEvent
Source§impl PartialEq for ClientConnectionsToggleEvent
impl PartialEq for ClientConnectionsToggleEvent
Source§fn eq(&self, other: &ClientConnectionsToggleEvent) -> bool
fn eq(&self, other: &ClientConnectionsToggleEvent) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for ClientConnectionsToggleEvent
Auto Trait Implementations§
impl Freeze for ClientConnectionsToggleEvent
impl RefUnwindSafe for ClientConnectionsToggleEvent
impl Send for ClientConnectionsToggleEvent
impl Sync for ClientConnectionsToggleEvent
impl Unpin for ClientConnectionsToggleEvent
impl UnwindSafe for ClientConnectionsToggleEvent
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