Struct dittolive_ditto::transport::Transports
source · [−]pub struct Transports { /* private fields */ }
Expand description
Handles for the various Transports operating on the other side of the FFI interface
Auto Trait Implementations
impl !RefUnwindSafe for Transports
impl Send for Transports
impl Sync for Transports
impl Unpin for Transports
impl !UnwindSafe for Transports
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more