pub struct AgentSessionCreateInput;Trait Implementations§
impl HasInputField<appUserId, String> for AgentSessionCreateInput
impl HasInputField<id, Option<String>> for AgentSessionCreateInput
impl HasInputField<issueId, Option<String>> for AgentSessionCreateInput
impl InputObjectMarker for AgentSessionCreateInput
Auto Trait Implementations§
impl Freeze for AgentSessionCreateInput
impl RefUnwindSafe for AgentSessionCreateInput
impl Send for AgentSessionCreateInput
impl Sync for AgentSessionCreateInput
impl Unpin for AgentSessionCreateInput
impl UnwindSafe for AgentSessionCreateInput
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