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