pub struct ScaleResponse {
pub eval_id: Option<String>,
pub eval_create_index: Option<u64>,
}Expand description
Scale response
Fields§
§eval_id: Option<String>§eval_create_index: Option<u64>Trait Implementations§
Source§impl Clone for ScaleResponse
impl Clone for ScaleResponse
Source§fn clone(&self) -> ScaleResponse
fn clone(&self) -> ScaleResponse
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 ScaleResponse
impl Debug for ScaleResponse
Source§impl<'de> Deserialize<'de> for ScaleResponse
impl<'de> Deserialize<'de> for ScaleResponse
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 ScaleResponse
impl RefUnwindSafe for ScaleResponse
impl Send for ScaleResponse
impl Sync for ScaleResponse
impl Unpin for ScaleResponse
impl UnwindSafe for ScaleResponse
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