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