pub struct UpdateDeadlineCommand {
pub deadline_ms: Option<WireU64>,
}Expand description
Absolute deadline for the operation. None clears it.
Fields§
§deadline_ms: Option<WireU64>Trait Implementations§
Source§impl Clone for UpdateDeadlineCommand
impl Clone for UpdateDeadlineCommand
Source§fn clone(&self) -> UpdateDeadlineCommand
fn clone(&self) -> UpdateDeadlineCommand
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 UpdateDeadlineCommand
impl Debug for UpdateDeadlineCommand
Source§impl Default for UpdateDeadlineCommand
impl Default for UpdateDeadlineCommand
Source§fn default() -> UpdateDeadlineCommand
fn default() -> UpdateDeadlineCommand
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateDeadlineCommand
impl<'de> Deserialize<'de> for UpdateDeadlineCommand
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 UpdateDeadlineCommand
impl PartialEq for UpdateDeadlineCommand
Source§impl Serialize for UpdateDeadlineCommand
impl Serialize for UpdateDeadlineCommand
impl StructuralPartialEq for UpdateDeadlineCommand
Auto Trait Implementations§
impl Freeze for UpdateDeadlineCommand
impl RefUnwindSafe for UpdateDeadlineCommand
impl Send for UpdateDeadlineCommand
impl Sync for UpdateDeadlineCommand
impl Unpin for UpdateDeadlineCommand
impl UnsafeUnpin for UpdateDeadlineCommand
impl UnwindSafe for UpdateDeadlineCommand
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