pub struct AgentSessionCreateOnIssue;Trait Implementations§
impl HasInputField<externalLink, Option<String>> for AgentSessionCreateOnIssue
impl HasInputField<externalUrls, Option<Vec<AgentSessionExternalUrlInput>>> for AgentSessionCreateOnIssue
impl HasInputField<issueId, String> for AgentSessionCreateOnIssue
impl InputObjectMarker for AgentSessionCreateOnIssue
Auto Trait Implementations§
impl Freeze for AgentSessionCreateOnIssue
impl RefUnwindSafe for AgentSessionCreateOnIssue
impl Send for AgentSessionCreateOnIssue
impl Sync for AgentSessionCreateOnIssue
impl Unpin for AgentSessionCreateOnIssue
impl UnwindSafe for AgentSessionCreateOnIssue
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