pub struct onlineEvent;
Trait Implementations§
Source§impl Field for onlineEvent
impl Field for onlineEvent
Auto Trait Implementations§
impl Freeze for onlineEvent
impl RefUnwindSafe for onlineEvent
impl Send for onlineEvent
impl Sync for onlineEvent
impl Unpin for onlineEvent
impl UnwindSafe for onlineEvent
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