pub enum ControlPlaneEvent {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ControlPlaneEvent
impl RefUnwindSafe for ControlPlaneEvent
impl Send for ControlPlaneEvent
impl Sync for ControlPlaneEvent
impl Unpin for ControlPlaneEvent
impl UnwindSafe for ControlPlaneEvent
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