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