#[repr(C)]pub struct SAMessage {
pub role: *const c_char,
pub content: *const c_char,
pub name: *const c_char,
pub tool_call_id: *const c_char,
}Fields§
§role: *const c_char§content: *const c_char§name: *const c_char§tool_call_id: *const c_charAuto Trait Implementations§
impl Freeze for SAMessage
impl RefUnwindSafe for SAMessage
impl !Send for SAMessage
impl !Sync for SAMessage
impl Unpin for SAMessage
impl UnwindSafe for SAMessage
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