pub struct SetCallHuntingParams {
pub callhunting: Option<i64>,
pub description: Option<String>,
pub music: Option<String>,
pub recording: Option<String>,
pub language: Option<String>,
pub order: Option<RingGroupOrder>,
pub members: Option<String>,
pub ring_time: Option<String>,
pub press: Option<String>,
}Expand description
Parameters for Client::set_call_hunting (wire method setCallHunting).
Fields§
§callhunting: Option<i64>§description: Option<String>§music: Option<String>§recording: Option<String>§language: Option<String>§order: Option<RingGroupOrder>§members: Option<String>§ring_time: Option<String>§press: Option<String>Trait Implementations§
Source§impl Clone for SetCallHuntingParams
impl Clone for SetCallHuntingParams
Source§fn clone(&self) -> SetCallHuntingParams
fn clone(&self) -> SetCallHuntingParams
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 SetCallHuntingParams
impl Debug for SetCallHuntingParams
Source§impl Default for SetCallHuntingParams
impl Default for SetCallHuntingParams
Source§fn default() -> SetCallHuntingParams
fn default() -> SetCallHuntingParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SetCallHuntingParams
impl RefUnwindSafe for SetCallHuntingParams
impl Send for SetCallHuntingParams
impl Sync for SetCallHuntingParams
impl Unpin for SetCallHuntingParams
impl UnsafeUnpin for SetCallHuntingParams
impl UnwindSafe for SetCallHuntingParams
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