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