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