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