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