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