pub struct relationChanges;Trait Implementations§
Source§impl Field for relationChanges
impl Field for relationChanges
Source§impl HasField<relationChanges> for IssueHistory
impl HasField<relationChanges> for IssueHistory
Auto Trait Implementations§
impl Freeze for relationChanges
impl RefUnwindSafe for relationChanges
impl Send for relationChanges
impl Sync for relationChanges
impl Unpin for relationChanges
impl UnwindSafe for relationChanges
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