pub struct AiSession {
pub assistant_sid: Option<String>,
}Fields§
§assistant_sid: Option<String>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AiSession
impl RefUnwindSafe for AiSession
impl Send for AiSession
impl Sync for AiSession
impl Unpin for AiSession
impl UnwindSafe for AiSession
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