Enum radix_join::types::ArgPageType
source · [−]pub enum ArgPageType {
Default,
Small,
TransparentHuge,
Huge2MB,
Huge16MB,
Huge1GB,
Huge16GB,
}
Variants
Default
Small
TransparentHuge
Huge2MB
Huge16MB
Huge1GB
Huge16GB
Implementations
Trait Implementations
sourceimpl Clone for ArgPageType
impl Clone for ArgPageType
sourcefn clone(&self) -> ArgPageType
fn clone(&self) -> ArgPageType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for ArgPageType
impl Debug for ArgPageType
sourceimpl Display for ArgPageType
impl Display for ArgPageType
sourceimpl From<ArgPageType> for PageType
impl From<ArgPageType> for PageType
sourcefn from(arg_page_type: ArgPageType) -> PageType
fn from(arg_page_type: ArgPageType) -> PageType
Performs the conversion.
sourceimpl FromStr for ArgPageType
impl FromStr for ArgPageType
sourceimpl PartialEq<ArgPageType> for ArgPageType
impl PartialEq<ArgPageType> for ArgPageType
sourceimpl Serialize for ArgPageType
impl Serialize for ArgPageType
impl Copy for ArgPageType
impl StructuralPartialEq for ArgPageType
Auto Trait Implementations
impl RefUnwindSafe for ArgPageType
impl Send for ArgPageType
impl Sync for ArgPageType
impl Unpin for ArgPageType
impl UnwindSafe for ArgPageType
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
impl<T> Pointable for T
impl<T> Pointable for T
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more