Enum sourcemap::ram_bundle::RamBundleType
source · pub enum RamBundleType {
Indexed,
Unbundle,
}Expand description
The type of ram bundle.
Variants§
Trait Implementations§
source§impl Clone for RamBundleType
impl Clone for RamBundleType
source§fn clone(&self) -> RamBundleType
fn clone(&self) -> RamBundleType
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 moresource§impl Debug for RamBundleType
impl Debug for RamBundleType
source§impl Hash for RamBundleType
impl Hash for RamBundleType
source§impl Ord for RamBundleType
impl Ord for RamBundleType
source§fn cmp(&self, other: &RamBundleType) -> Ordering
fn cmp(&self, other: &RamBundleType) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<RamBundleType> for RamBundleType
impl PartialEq<RamBundleType> for RamBundleType
source§fn eq(&self, other: &RamBundleType) -> bool
fn eq(&self, other: &RamBundleType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<RamBundleType> for RamBundleType
impl PartialOrd<RamBundleType> for RamBundleType
source§fn partial_cmp(&self, other: &RamBundleType) -> Option<Ordering>
fn partial_cmp(&self, other: &RamBundleType) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Eq for RamBundleType
impl StructuralEq for RamBundleType
impl StructuralPartialEq for RamBundleType
Auto Trait Implementations§
impl RefUnwindSafe for RamBundleType
impl Send for RamBundleType
impl Sync for RamBundleType
impl Unpin for RamBundleType
impl UnwindSafe for RamBundleType
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