pub struct HistoryEvents { /* private fields */ }Implementations§
Trait Implementations§
Source§impl ToEventsSchema for HistoryEvents
impl ToEventsSchema for HistoryEvents
fn to_schema(builder: &mut SchemaBuilder) -> IndexMap<MethodString, AnyType>
Auto Trait Implementations§
impl Freeze for HistoryEvents
impl RefUnwindSafe for HistoryEvents
impl Send for HistoryEvents
impl Sync for HistoryEvents
impl Unpin for HistoryEvents
impl UnsafeUnpin for HistoryEvents
impl UnwindSafe for HistoryEvents
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