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