pub struct GetTurnsResponse {
pub turns: Vec<TurnDetail>,
}Fields§
§turns: Vec<TurnDetail>Implementations§
Source§impl GetTurnsResponse
impl GetTurnsResponse
pub fn new(session: AgentSession, args: &GetTurnsArgs) -> Result<Self, String>
Trait Implementations§
Source§impl Debug for GetTurnsResponse
impl Debug for GetTurnsResponse
Auto Trait Implementations§
impl Freeze for GetTurnsResponse
impl RefUnwindSafe for GetTurnsResponse
impl Send for GetTurnsResponse
impl Sync for GetTurnsResponse
impl Unpin for GetTurnsResponse
impl UnwindSafe for GetTurnsResponse
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