pub struct AllocationRestartRequest {
pub task_name: Option<String>,
}
Fields§
§task_name: Option<String>
Implementations§
Source§impl AllocationRestartRequest
impl AllocationRestartRequest
pub fn new() -> AllocationRestartRequest
Trait Implementations§
Source§impl Clone for AllocationRestartRequest
impl Clone for AllocationRestartRequest
Source§fn clone(&self) -> AllocationRestartRequest
fn clone(&self) -> AllocationRestartRequest
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 AllocationRestartRequest
impl Debug for AllocationRestartRequest
Source§impl<'de> Deserialize<'de> for AllocationRestartRequest
impl<'de> Deserialize<'de> for AllocationRestartRequest
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 AllocationRestartRequest
impl PartialEq for AllocationRestartRequest
Source§fn eq(&self, other: &AllocationRestartRequest) -> bool
fn eq(&self, other: &AllocationRestartRequest) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl Serialize for AllocationRestartRequest
impl Serialize for AllocationRestartRequest
impl StructuralPartialEq for AllocationRestartRequest
Auto Trait Implementations§
impl Freeze for AllocationRestartRequest
impl RefUnwindSafe for AllocationRestartRequest
impl Send for AllocationRestartRequest
impl Sync for AllocationRestartRequest
impl Unpin for AllocationRestartRequest
impl UnwindSafe for AllocationRestartRequest
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