pub struct Sources {
pub commerce: Option<bool>,
pub warehouse: Option<bool>,
}Fields§
§commerce: Option<bool>Commerce is whether the billing ledger answered the spend block.
warehouse: Option<bool>Warehouse is whether the usage warehouse answered the LLM block.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Sources
impl<'de> Deserialize<'de> for Sources
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
impl StructuralPartialEq for Sources
Auto Trait Implementations§
impl Freeze for Sources
impl RefUnwindSafe for Sources
impl Send for Sources
impl Sync for Sources
impl Unpin for Sources
impl UnsafeUnpin for Sources
impl UnwindSafe for Sources
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