pub struct GLM5 {}Trait Implementations§
impl AsyncChat for GLM5
impl Chat for GLM5
impl ModelName for GLM5
impl ThinkEnable for GLM5
Auto Trait Implementations§
impl Freeze for GLM5
impl RefUnwindSafe for GLM5
impl Send for GLM5
impl Sync for GLM5
impl Unpin for GLM5
impl UnsafeUnpin for GLM5
impl UnwindSafe for GLM5
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