pub struct SetClientsParams {
pub id: String,
pub clients: Vec<String>,
}Fields§
§id: String§clients: Vec<String>vec of client ids
Trait Implementations§
Source§impl Clone for SetClientsParams
impl Clone for SetClientsParams
Source§fn clone(&self) -> SetClientsParams
fn clone(&self) -> SetClientsParams
Returns a duplicate of the value. Read more
1.0.0 · 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 SetClientsParams
impl Debug for SetClientsParams
Source§impl<'de> Deserialize<'de> for SetClientsParams
impl<'de> Deserialize<'de> for SetClientsParams
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
Source§impl PartialEq for SetClientsParams
impl PartialEq for SetClientsParams
Source§impl Serialize for SetClientsParams
impl Serialize for SetClientsParams
impl StructuralPartialEq for SetClientsParams
Auto Trait Implementations§
impl Freeze for SetClientsParams
impl RefUnwindSafe for SetClientsParams
impl Send for SetClientsParams
impl Sync for SetClientsParams
impl Unpin for SetClientsParams
impl UnwindSafe for SetClientsParams
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