pub struct BasellmMetadataSyncReport {
pub status: BasellmMetadataSyncStatus,
pub model_count: usize,
}Fields§
§status: BasellmMetadataSyncStatus§model_count: usizeTrait Implementations§
Source§impl Clone for BasellmMetadataSyncReport
impl Clone for BasellmMetadataSyncReport
Source§fn clone(&self) -> BasellmMetadataSyncReport
fn clone(&self) -> BasellmMetadataSyncReport
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 BasellmMetadataSyncReport
impl Debug for BasellmMetadataSyncReport
Source§impl PartialEq for BasellmMetadataSyncReport
impl PartialEq for BasellmMetadataSyncReport
Source§fn eq(&self, other: &BasellmMetadataSyncReport) -> bool
fn eq(&self, other: &BasellmMetadataSyncReport) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for BasellmMetadataSyncReport
impl StructuralPartialEq for BasellmMetadataSyncReport
Auto Trait Implementations§
impl Freeze for BasellmMetadataSyncReport
impl RefUnwindSafe for BasellmMetadataSyncReport
impl Send for BasellmMetadataSyncReport
impl Sync for BasellmMetadataSyncReport
impl Unpin for BasellmMetadataSyncReport
impl UnsafeUnpin for BasellmMetadataSyncReport
impl UnwindSafe for BasellmMetadataSyncReport
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
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.