pub struct EventInfo {
pub name: &'static str,
pub receivers: &'static [&'static str],
pub target: Cow<'static, str>,
pub swap: &'static str,
pub id_field: &'static str,
}
Fields§
§name: &'static str
§receivers: &'static [&'static str]
§target: Cow<'static, str>
§swap: &'static str
§id_field: &'static str
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EventInfo
impl RefUnwindSafe for EventInfo
impl Send for EventInfo
impl Sync for EventInfo
impl Unpin for EventInfo
impl UnwindSafe for EventInfo
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