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