pub struct AiModelOutputLimit(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for AiModelOutputLimit
impl Clone for AiModelOutputLimit
Source§fn clone(&self) -> AiModelOutputLimit
fn clone(&self) -> AiModelOutputLimit
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 AiModelOutputLimit
impl Debug for AiModelOutputLimit
Source§impl Hash for AiModelOutputLimit
impl Hash for AiModelOutputLimit
Source§impl Ord for AiModelOutputLimit
impl Ord for AiModelOutputLimit
Source§fn cmp(&self, other: &AiModelOutputLimit) -> Ordering
fn cmp(&self, other: &AiModelOutputLimit) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AiModelOutputLimit
impl PartialEq for AiModelOutputLimit
Source§fn eq(&self, other: &AiModelOutputLimit) -> bool
fn eq(&self, other: &AiModelOutputLimit) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for AiModelOutputLimit
impl PartialOrd for AiModelOutputLimit
impl Copy for AiModelOutputLimit
impl Eq for AiModelOutputLimit
impl StructuralPartialEq for AiModelOutputLimit
Auto Trait Implementations§
impl Freeze for AiModelOutputLimit
impl RefUnwindSafe for AiModelOutputLimit
impl Send for AiModelOutputLimit
impl Sync for AiModelOutputLimit
impl Unpin for AiModelOutputLimit
impl UnsafeUnpin for AiModelOutputLimit
impl UnwindSafe for AiModelOutputLimit
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