Enum async_rdma::MRManageStrategy
source · pub enum MRManageStrategy {
Jemalloc,
Raw,
}
Expand description
Strategies to manage MR
s
Variants§
Trait Implementations§
source§impl Clone for MRManageStrategy
impl Clone for MRManageStrategy
source§fn clone(&self) -> MRManageStrategy
fn clone(&self) -> MRManageStrategy
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