pub struct entries;Trait Implementations§
Source§impl HasField<entries> for InitiativeHistory
impl HasField<entries> for InitiativeHistory
Source§type Type = JSONObject
type Type = JSONObject
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for entries
impl RefUnwindSafe for entries
impl Send for entries
impl Sync for entries
impl Unpin for entries
impl UnwindSafe for entries
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