pub struct AnyEvent {
pub server: &'static str,
pub type: String,
pub data: AnyEventDataObject,
}Fields§
§server: &'static str§type: String§data: AnyEventDataObjectImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AnyEvent
impl !RefUnwindSafe for AnyEvent
impl Send for AnyEvent
impl Sync for AnyEvent
impl Unpin for AnyEvent
impl !UnwindSafe for AnyEvent
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