pub struct targetBranch;Trait Implementations§
Source§impl Field for targetBranch
impl Field for targetBranch
Source§impl HasField<targetBranch> for GitAutomationState
impl HasField<targetBranch> for GitAutomationState
Source§type Type = Option<GitAutomationTargetBranch>
type Type = Option<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