pub struct SetChannelParams {
pub channel: String,
}Expand description
control.updater.setChannel params.
Fields§
§channel: StringThe update channel ("nightly" | "stable"; the beacon CLI is the sole validator).
Trait Implementations§
Source§impl Clone for SetChannelParams
impl Clone for SetChannelParams
Source§fn clone(&self) -> SetChannelParams
fn clone(&self) -> SetChannelParams
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 SetChannelParams
impl ControlCall for SetChannelParams
Source§impl Debug for SetChannelParams
impl Debug for SetChannelParams
Source§impl<'de> Deserialize<'de> for SetChannelParams
impl<'de> Deserialize<'de> for SetChannelParams
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 SetChannelParams
Source§impl PartialEq for SetChannelParams
impl PartialEq for SetChannelParams
Source§impl Serialize for SetChannelParams
impl Serialize for SetChannelParams
impl StructuralPartialEq for SetChannelParams
Auto Trait Implementations§
impl Freeze for SetChannelParams
impl RefUnwindSafe for SetChannelParams
impl Send for SetChannelParams
impl Sync for SetChannelParams
impl Unpin for SetChannelParams
impl UnsafeUnpin for SetChannelParams
impl UnwindSafe for SetChannelParams
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