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