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