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