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