pub struct AgreedTerms {
pub max_latency_ms: Option<u64>,
pub security_level: Option<String>,
pub cost_usd: Option<f64>,
}Fields§
§max_latency_ms: Option<u64>§security_level: Option<String>§cost_usd: Option<f64>Trait Implementations§
Source§impl Clone for AgreedTerms
impl Clone for AgreedTerms
Source§fn clone(&self) -> AgreedTerms
fn clone(&self) -> AgreedTerms
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 AgreedTerms
impl Debug for AgreedTerms
Source§impl<'de> Deserialize<'de> for AgreedTerms
impl<'de> Deserialize<'de> for AgreedTerms
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 AgreedTerms
impl PartialEq for AgreedTerms
Source§impl Serialize for AgreedTerms
impl Serialize for AgreedTerms
impl StructuralPartialEq for AgreedTerms
Auto Trait Implementations§
impl Freeze for AgreedTerms
impl RefUnwindSafe for AgreedTerms
impl Send for AgreedTerms
impl Sync for AgreedTerms
impl Unpin for AgreedTerms
impl UnsafeUnpin for AgreedTerms
impl UnwindSafe for AgreedTerms
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