pub struct teamIds;
Trait Implementations§
impl HasInputField<teamIds, Vec<Id>> for UpdateTeamsRepositoryInput
Auto Trait Implementations§
impl Freeze for teamIds
impl RefUnwindSafe for teamIds
impl Send for teamIds
impl Sync for teamIds
impl Unpin for teamIds
impl UnwindSafe for teamIds
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