pub struct AllocStopResponse {
pub eval_id: Option<String>,
}
Fields§
§eval_id: Option<String>
Implementations§
Source§impl AllocStopResponse
impl AllocStopResponse
pub fn new() -> AllocStopResponse
Trait Implementations§
Source§impl Clone for AllocStopResponse
impl Clone for AllocStopResponse
Source§fn clone(&self) -> AllocStopResponse
fn clone(&self) -> AllocStopResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AllocStopResponse
impl Debug for AllocStopResponse
Source§impl<'de> Deserialize<'de> for AllocStopResponse
impl<'de> Deserialize<'de> for AllocStopResponse
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 AllocStopResponse
impl PartialEq for AllocStopResponse
Source§impl Serialize for AllocStopResponse
impl Serialize for AllocStopResponse
impl StructuralPartialEq for AllocStopResponse
Auto Trait Implementations§
impl Freeze for AllocStopResponse
impl RefUnwindSafe for AllocStopResponse
impl Send for AllocStopResponse
impl Sync for AllocStopResponse
impl Unpin for AllocStopResponse
impl UnwindSafe for AllocStopResponse
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