pub struct ConfigGetParams {}Expand description
control.config.get params (none).
Trait Implementations§
Source§impl Clone for ConfigGetParams
impl Clone for ConfigGetParams
Source§fn clone(&self) -> ConfigGetParams
fn clone(&self) -> ConfigGetParams
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 ConfigGetParams
impl ControlCall for ConfigGetParams
Source§const METHOD: ControlMethod = ControlMethod::ConfigGet
const METHOD: ControlMethod = ControlMethod::ConfigGet
The wire method this call invokes.
Source§type Output = ConfigResult
type Output = ConfigResult
The typed result this call returns on success.
impl Copy for ConfigGetParams
Source§impl Debug for ConfigGetParams
impl Debug for ConfigGetParams
Source§impl Default for ConfigGetParams
impl Default for ConfigGetParams
Source§fn default() -> ConfigGetParams
fn default() -> ConfigGetParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ConfigGetParams
impl<'de> Deserialize<'de> for ConfigGetParams
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 ConfigGetParams
Source§impl PartialEq for ConfigGetParams
impl PartialEq for ConfigGetParams
Source§impl Serialize for ConfigGetParams
impl Serialize for ConfigGetParams
impl StructuralPartialEq for ConfigGetParams
Auto Trait Implementations§
impl Freeze for ConfigGetParams
impl RefUnwindSafe for ConfigGetParams
impl Send for ConfigGetParams
impl Sync for ConfigGetParams
impl Unpin for ConfigGetParams
impl UnsafeUnpin for ConfigGetParams
impl UnwindSafe for ConfigGetParams
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