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