Struct license::exceptions::LibpriOpenh323Exception
source · pub struct LibpriOpenh323Exception;
Expand description
The libpri OpenH323 exception.
Trait Implementations§
source§impl Clone for LibpriOpenh323Exception
impl Clone for LibpriOpenh323Exception
source§fn clone(&self) -> LibpriOpenh323Exception
fn clone(&self) -> LibpriOpenh323Exception
Returns a copy of the value. Read more
1.0.0 · 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 LibpriOpenh323Exception
impl Debug for LibpriOpenh323Exception
source§impl Default for LibpriOpenh323Exception
impl Default for LibpriOpenh323Exception
source§fn default() -> LibpriOpenh323Exception
fn default() -> LibpriOpenh323Exception
Returns the “default value” for a type. Read more
source§impl Exception for LibpriOpenh323Exception
impl Exception for LibpriOpenh323Exception
source§fn is_deprecated(&self) -> bool
fn is_deprecated(&self) -> bool
Says if the exception is deprecated.
source§impl Hash for LibpriOpenh323Exception
impl Hash for LibpriOpenh323Exception
source§impl Ord for LibpriOpenh323Exception
impl Ord for LibpriOpenh323Exception
source§fn cmp(&self, other: &LibpriOpenh323Exception) -> Ordering
fn cmp(&self, other: &LibpriOpenh323Exception) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for LibpriOpenh323Exception
impl PartialEq for LibpriOpenh323Exception
source§impl PartialOrd for LibpriOpenh323Exception
impl PartialOrd for LibpriOpenh323Exception
impl Copy for LibpriOpenh323Exception
impl Eq for LibpriOpenh323Exception
impl StructuralPartialEq for LibpriOpenh323Exception
Auto Trait Implementations§
impl Freeze for LibpriOpenh323Exception
impl RefUnwindSafe for LibpriOpenh323Exception
impl Send for LibpriOpenh323Exception
impl Sync for LibpriOpenh323Exception
impl Unpin for LibpriOpenh323Exception
impl UnwindSafe for LibpriOpenh323Exception
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)