Struct grass_runtime::record::Bed5
source · [−]Fields
score: Option<T>Implementations
Methods from Deref<Target = Bed4<'a>>
pub fn set_name(&mut self, name: &'a str)
pub fn get_self_contained_name(&self) -> RcCowString<'static>
Methods from Deref<Target = Bed3>
Trait Implementations
sourceimpl<'a, T: Ord> Ord for Bed5<'a, T>
impl<'a, T: Ord> Ord for Bed5<'a, T>
sourceimpl<'a, T: PartialOrd> PartialOrd<Bed5<'a, T>> for Bed5<'a, T>
impl<'a, T: PartialOrd> PartialOrd<Bed5<'a, T>> for Bed5<'a, T>
sourcefn partial_cmp(&self, other: &Bed5<'a, T>) -> Option<Ordering>
fn partial_cmp(&self, other: &Bed5<'a, T>) -> Option<Ordering>
This method returns an ordering between self and other values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · sourcefn 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 more
sourceimpl<'a, S> RegionCore for Bed5<'a, S>
impl<'a, S> RegionCore for Bed5<'a, S>
sourceimpl<'a, T: Display> Serializable for Bed5<'a, T>
impl<'a, T: Display> Serializable for Bed5<'a, T>
sourceimpl<'a> ToSelfContained for Bed5<'a>
impl<'a> ToSelfContained for Bed5<'a>
type SelfContained = Bed5<'static, f64>
fn to_self_contained(&self) -> Self::SelfContained
impl<'a, T: Eq> Eq for Bed5<'a, T>
impl<'a, T> StructuralEq for Bed5<'a, T>
impl<'a, T> StructuralPartialEq for Bed5<'a, T>
Auto Trait Implementations
impl<'a, T> RefUnwindSafe for Bed5<'a, T> where
T: RefUnwindSafe,
impl<'a, T = f64> !Send for Bed5<'a, T>
impl<'a, T = f64> !Sync for Bed5<'a, T>
impl<'a, T> Unpin for Bed5<'a, T> where
T: Unpin,
impl<'a, T> UnwindSafe for Bed5<'a, T> where
T: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
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.
sourcefn clone_into(&self, target: &mut T)
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