pub struct UpdaterResumeParams {}Expand description
control.updater.resume params (none).
Trait Implementations§
Source§impl Clone for UpdaterResumeParams
impl Clone for UpdaterResumeParams
Source§fn clone(&self) -> UpdaterResumeParams
fn clone(&self) -> UpdaterResumeParams
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 ControlCall for UpdaterResumeParams
impl ControlCall for UpdaterResumeParams
impl Copy for UpdaterResumeParams
Source§impl Debug for UpdaterResumeParams
impl Debug for UpdaterResumeParams
Source§impl Default for UpdaterResumeParams
impl Default for UpdaterResumeParams
Source§fn default() -> UpdaterResumeParams
fn default() -> UpdaterResumeParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdaterResumeParams
impl<'de> Deserialize<'de> for UpdaterResumeParams
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
impl Eq for UpdaterResumeParams
Source§impl PartialEq for UpdaterResumeParams
impl PartialEq for UpdaterResumeParams
Source§impl Serialize for UpdaterResumeParams
impl Serialize for UpdaterResumeParams
impl StructuralPartialEq for UpdaterResumeParams
Auto Trait Implementations§
impl Freeze for UpdaterResumeParams
impl RefUnwindSafe for UpdaterResumeParams
impl Send for UpdaterResumeParams
impl Sync for UpdaterResumeParams
impl Unpin for UpdaterResumeParams
impl UnsafeUnpin for UpdaterResumeParams
impl UnwindSafe for UpdaterResumeParams
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