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