pub struct CiEventSource { /* private fields */ }
Implementations§
Source§impl CiEventSource
impl CiEventSource
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CiEventSource
impl !RefUnwindSafe for CiEventSource
impl !Send for CiEventSource
impl !Sync for CiEventSource
impl Unpin for CiEventSource
impl !UnwindSafe for CiEventSource
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