Struct PhoneCallTransport
#[repr(transparent)]pub struct PhoneCallTransport(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl PhoneCallTransport
impl PhoneCallTransport
Trait Implementations§
§impl Clone for PhoneCallTransport
impl Clone for PhoneCallTransport
§fn clone(&self) -> PhoneCallTransport
fn clone(&self) -> PhoneCallTransport
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 more§impl Debug for PhoneCallTransport
impl Debug for PhoneCallTransport
§impl Default for PhoneCallTransport
impl Default for PhoneCallTransport
§fn default() -> PhoneCallTransport
fn default() -> PhoneCallTransport
Returns the “default value” for a type. Read more
§impl PartialEq for PhoneCallTransport
impl PartialEq for PhoneCallTransport
impl Copy for PhoneCallTransport
impl Eq for PhoneCallTransport
impl StructuralPartialEq for PhoneCallTransport
Auto Trait Implementations§
impl Freeze for PhoneCallTransport
impl RefUnwindSafe for PhoneCallTransport
impl Send for PhoneCallTransport
impl Sync for PhoneCallTransport
impl Unpin for PhoneCallTransport
impl UnwindSafe for PhoneCallTransport
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