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