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