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