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