pub struct RagUsageGraphResponse {
pub usage_points: Vec<UsageGraphPoint>,
}
Fields§
§usage_points: Vec<UsageGraphPoint>
Implementations§
Source§impl RagUsageGraphResponse
impl RagUsageGraphResponse
pub fn new(usage_points: Vec<UsageGraphPoint>) -> RagUsageGraphResponse
Trait Implementations§
Source§impl Clone for RagUsageGraphResponse
impl Clone for RagUsageGraphResponse
Source§fn clone(&self) -> RagUsageGraphResponse
fn clone(&self) -> RagUsageGraphResponse
Returns a duplicate of the value. Read more
1.0.0 · 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 RagUsageGraphResponse
impl Debug for RagUsageGraphResponse
Source§impl Default for RagUsageGraphResponse
impl Default for RagUsageGraphResponse
Source§fn default() -> RagUsageGraphResponse
fn default() -> RagUsageGraphResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RagUsageGraphResponse
impl<'de> Deserialize<'de> for RagUsageGraphResponse
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 RagUsageGraphResponse
impl PartialEq for RagUsageGraphResponse
Source§impl Serialize for RagUsageGraphResponse
impl Serialize for RagUsageGraphResponse
impl StructuralPartialEq for RagUsageGraphResponse
Auto Trait Implementations§
impl Freeze for RagUsageGraphResponse
impl RefUnwindSafe for RagUsageGraphResponse
impl Send for RagUsageGraphResponse
impl Sync for RagUsageGraphResponse
impl Unpin for RagUsageGraphResponse
impl UnwindSafe for RagUsageGraphResponse
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