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