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