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