pub struct Rdma { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Ord for Rdma
impl Ord for Rdma
Source§impl PartialOrd for Rdma
impl PartialOrd for Rdma
impl Eq for Rdma
impl StructuralPartialEq for Rdma
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