pub struct BridgeProfileUsage {
pub d1: UsageWindow,
pub d7: UsageWindow,
pub d30: UsageWindow,
pub top_models: Vec<ModelShare>,
pub conversations: ConversationSummary,
}Fields§
§d1: UsageWindow§d7: UsageWindow§d30: UsageWindow§top_models: Vec<ModelShare>§conversations: ConversationSummaryTrait Implementations§
Source§impl Clone for BridgeProfileUsage
impl Clone for BridgeProfileUsage
Source§fn clone(&self) -> BridgeProfileUsage
fn clone(&self) -> BridgeProfileUsage
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 BridgeProfileUsage
impl Debug for BridgeProfileUsage
Source§impl<'de> Deserialize<'de> for BridgeProfileUsage
impl<'de> Deserialize<'de> for BridgeProfileUsage
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
Auto Trait Implementations§
impl Freeze for BridgeProfileUsage
impl RefUnwindSafe for BridgeProfileUsage
impl Send for BridgeProfileUsage
impl Sync for BridgeProfileUsage
impl Unpin for BridgeProfileUsage
impl UnsafeUnpin for BridgeProfileUsage
impl UnwindSafe for BridgeProfileUsage
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