pub struct RagUsageGraph {
pub filter: Option<Option<Box<RagAnalyticsFilter>>>,
pub granularity: Option<Option<Granularity>>,
pub type: Type,
}
Fields§
§filter: Option<Option<Box<RagAnalyticsFilter>>>
§granularity: Option<Option<Granularity>>
§type: Type
Implementations§
Source§impl RagUsageGraph
impl RagUsageGraph
pub fn new(type: Type) -> RagUsageGraph
Trait Implementations§
Source§impl Clone for RagUsageGraph
impl Clone for RagUsageGraph
Source§fn clone(&self) -> RagUsageGraph
fn clone(&self) -> RagUsageGraph
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 RagUsageGraph
impl Debug for RagUsageGraph
Source§impl Default for RagUsageGraph
impl Default for RagUsageGraph
Source§fn default() -> RagUsageGraph
fn default() -> RagUsageGraph
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RagUsageGraph
impl<'de> Deserialize<'de> for RagUsageGraph
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 RagUsageGraph
impl PartialEq for RagUsageGraph
Source§impl Serialize for RagUsageGraph
impl Serialize for RagUsageGraph
impl StructuralPartialEq for RagUsageGraph
Auto Trait Implementations§
impl Freeze for RagUsageGraph
impl RefUnwindSafe for RagUsageGraph
impl Send for RagUsageGraph
impl Sync for RagUsageGraph
impl Unpin for RagUsageGraph
impl UnwindSafe for RagUsageGraph
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