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