pub struct switch_core_session_t { /* private fields */ }Auto Trait Implementations§
impl Freeze for switch_core_session_t
impl RefUnwindSafe for switch_core_session_t
impl Send for switch_core_session_t
impl Sync for switch_core_session_t
impl Unpin for switch_core_session_t
impl UnsafeUnpin for switch_core_session_t
impl UnwindSafe for switch_core_session_t
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