pub struct AgentSessionPayload;Trait Implementations§
Source§impl HasField<__typename> for AgentSessionPayload
impl HasField<__typename> for AgentSessionPayload
Source§impl HasField<agentSession> for AgentSessionPayload
impl HasField<agentSession> for AgentSessionPayload
Source§type Type = AgentSession
type Type = AgentSession
The schema marker type of this field.
Source§impl HasField<lastSyncId> for AgentSessionPayload
impl HasField<lastSyncId> for AgentSessionPayload
Source§impl HasField<success> for AgentSessionPayload
impl HasField<success> for AgentSessionPayload
Auto Trait Implementations§
impl Freeze for AgentSessionPayload
impl RefUnwindSafe for AgentSessionPayload
impl Send for AgentSessionPayload
impl Sync for AgentSessionPayload
impl Unpin for AgentSessionPayload
impl UnwindSafe for AgentSessionPayload
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