pub struct EventDescription {
pub attributes: EventAttributes,
pub name: String,
pub ids: Vec<u64>,
}
Fields§
§attributes: EventAttributes
§name: String
§ids: Vec<u64>
Trait Implementations§
Source§impl Debug for EventDescription
impl Debug for EventDescription
Auto Trait Implementations§
impl Freeze for EventDescription
impl RefUnwindSafe for EventDescription
impl Send for EventDescription
impl Sync for EventDescription
impl Unpin for EventDescription
impl UnwindSafe for EventDescription
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