pub struct CallRejectParams {
pub status_code: Option<i64>,
}Fields§
§status_code: Option<i64>SIP response code to send back to the caller.
Trait Implementations§
Source§impl Clone for CallRejectParams
impl Clone for CallRejectParams
Source§fn clone(&self) -> CallRejectParams
fn clone(&self) -> CallRejectParams
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 CallRejectParams
impl Debug for CallRejectParams
Source§impl<'de> Deserialize<'de> for CallRejectParams
impl<'de> Deserialize<'de> for CallRejectParams
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
Auto Trait Implementations§
impl Freeze for CallRejectParams
impl RefUnwindSafe for CallRejectParams
impl Send for CallRejectParams
impl Sync for CallRejectParams
impl Unpin for CallRejectParams
impl UnsafeUnpin for CallRejectParams
impl UnwindSafe for CallRejectParams
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