pub struct GLM_realtime_flash {}Expand description
AI model type backed by the upstream id glm-realtime-flash.
Trait Implementations§
Source§impl Clone for GLM_realtime_flash
impl Clone for GLM_realtime_flash
Source§fn clone(&self) -> GLM_realtime_flash
fn clone(&self) -> GLM_realtime_flash
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GLM_realtime_flash
Source§impl Debug for GLM_realtime_flash
impl Debug for GLM_realtime_flash
Source§impl Default for GLM_realtime_flash
impl Default for GLM_realtime_flash
Source§fn default() -> GLM_realtime_flash
fn default() -> GLM_realtime_flash
Returns the “default value” for a type. Read more
impl Eq for GLM_realtime_flash
Source§impl From<GLM_realtime_flash> for String
impl From<GLM_realtime_flash> for String
Source§fn from(_val: GLM_realtime_flash) -> Self
fn from(_val: GLM_realtime_flash) -> Self
Converts to this type from the input type.
Source§impl Hash for GLM_realtime_flash
impl Hash for GLM_realtime_flash
Source§impl ModelName for GLM_realtime_flash
impl ModelName for GLM_realtime_flash
Source§impl PartialEq for GLM_realtime_flash
impl PartialEq for GLM_realtime_flash
impl RealtimeModel for GLM_realtime_flash
Available on crate feature
realtime only.Source§impl Serialize for GLM_realtime_flash
impl Serialize for GLM_realtime_flash
impl StructuralPartialEq for GLM_realtime_flash
Auto Trait Implementations§
impl Freeze for GLM_realtime_flash
impl RefUnwindSafe for GLM_realtime_flash
impl Send for GLM_realtime_flash
impl Sync for GLM_realtime_flash
impl Unpin for GLM_realtime_flash
impl UnsafeUnpin for GLM_realtime_flash
impl UnwindSafe for GLM_realtime_flash
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.