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