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