pub struct DelStaticMemberParams {
pub member: Option<i64>,
pub queue: Option<i64>,
}Expand description
Parameters for Client::del_static_member (wire method delStaticMember).
Fields§
§member: Option<i64>§queue: Option<i64>Trait Implementations§
Source§impl Clone for DelStaticMemberParams
impl Clone for DelStaticMemberParams
Source§fn clone(&self) -> DelStaticMemberParams
fn clone(&self) -> DelStaticMemberParams
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 DelStaticMemberParams
impl Debug for DelStaticMemberParams
Source§impl Default for DelStaticMemberParams
impl Default for DelStaticMemberParams
Source§fn default() -> DelStaticMemberParams
fn default() -> DelStaticMemberParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DelStaticMemberParams
impl RefUnwindSafe for DelStaticMemberParams
impl Send for DelStaticMemberParams
impl Sync for DelStaticMemberParams
impl Unpin for DelStaticMemberParams
impl UnsafeUnpin for DelStaticMemberParams
impl UnwindSafe for DelStaticMemberParams
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