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