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