pub struct stateHistory;Trait Implementations§
Source§impl Field for stateHistory
impl Field for stateHistory
Source§impl HasArgument<after> for stateHistory
impl HasArgument<after> for stateHistory
Source§impl HasArgument<before> for stateHistory
impl HasArgument<before> for stateHistory
Source§impl HasArgument<first> for stateHistory
impl HasArgument<first> for stateHistory
Source§impl HasArgument<last> for stateHistory
impl HasArgument<last> for stateHistory
Source§impl HasField<stateHistory> for Issue
impl HasField<stateHistory> for Issue
Source§type Type = IssueStateSpanConnection
type Type = IssueStateSpanConnection
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for stateHistory
impl RefUnwindSafe for stateHistory
impl Send for stateHistory
impl Sync for stateHistory
impl Unpin for stateHistory
impl UnwindSafe for stateHistory
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