pub struct SetChannelMapRequest {
pub instance_id: u32,
pub channel_map: String,
}Fields§
§instance_id: u32§channel_map: StringTrait Implementations§
Source§impl Clone for SetChannelMapRequest
impl Clone for SetChannelMapRequest
Source§fn clone(&self) -> SetChannelMapRequest
fn clone(&self) -> SetChannelMapRequest
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 SetChannelMapRequest
impl Debug for SetChannelMapRequest
Source§impl Default for SetChannelMapRequest
impl Default for SetChannelMapRequest
Source§fn default() -> SetChannelMapRequest
fn default() -> SetChannelMapRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for SetChannelMapRequest
impl PartialEq for SetChannelMapRequest
Source§fn eq(&self, other: &SetChannelMapRequest) -> bool
fn eq(&self, other: &SetChannelMapRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SetChannelMapRequest
Auto Trait Implementations§
impl Freeze for SetChannelMapRequest
impl RefUnwindSafe for SetChannelMapRequest
impl Send for SetChannelMapRequest
impl Sync for SetChannelMapRequest
impl Unpin for SetChannelMapRequest
impl UnsafeUnpin for SetChannelMapRequest
impl UnwindSafe for SetChannelMapRequest
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