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