pub struct ModelV2InfoLimit {
pub context: i64,
pub input: Option<i64>,
pub output: i64,
}Fields§
§context: i64§input: Option<i64>§output: i64Trait Implementations§
Source§impl Clone for ModelV2InfoLimit
impl Clone for ModelV2InfoLimit
Source§fn clone(&self) -> ModelV2InfoLimit
fn clone(&self) -> ModelV2InfoLimit
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 moreSource§impl Debug for ModelV2InfoLimit
impl Debug for ModelV2InfoLimit
Source§impl<'de> Deserialize<'de> for ModelV2InfoLimit
impl<'de> Deserialize<'de> for ModelV2InfoLimit
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ModelV2InfoLimit
impl PartialEq for ModelV2InfoLimit
Source§impl Serialize for ModelV2InfoLimit
impl Serialize for ModelV2InfoLimit
impl StructuralPartialEq for ModelV2InfoLimit
Auto Trait Implementations§
impl Freeze for ModelV2InfoLimit
impl RefUnwindSafe for ModelV2InfoLimit
impl Send for ModelV2InfoLimit
impl Sync for ModelV2InfoLimit
impl Unpin for ModelV2InfoLimit
impl UnsafeUnpin for ModelV2InfoLimit
impl UnwindSafe for ModelV2InfoLimit
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