pub struct Glm51;Trait Implementations§
Source§impl ChatModel for Glm51
impl ChatModel for Glm51
const ID: &'static str = "glm-5.1"
const CAPABILITIES: ModelCapabilities
impl Copy for Glm51
impl Eq for Glm51
impl StructuralPartialEq for Glm51
impl SupportsThinking for Glm51
impl SupportsToolStream for Glm51
impl SupportsTools for Glm51
impl TextChatModel for Glm51
Auto Trait Implementations§
impl Freeze for Glm51
impl RefUnwindSafe for Glm51
impl Send for Glm51
impl Sync for Glm51
impl Unpin for Glm51
impl UnsafeUnpin for Glm51
impl UnwindSafe for Glm51
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