pub struct repositoryNameWithOwner;Trait Implementations§
Source§impl Field for repositoryNameWithOwner
impl Field for repositoryNameWithOwner
impl HasInputField<repositoryNameWithOwner, Option<String>> for CommittableBranch
Auto Trait Implementations§
impl Freeze for repositoryNameWithOwner
impl RefUnwindSafe for repositoryNameWithOwner
impl Send for repositoryNameWithOwner
impl Sync for repositoryNameWithOwner
impl Unpin for repositoryNameWithOwner
impl UnwindSafe for repositoryNameWithOwner
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