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