Enum Templ
#[repr(u8)]pub enum Templ {
Above = 0,
BelowOrEqual = 1,
}Variants§
Implementations§
Trait Implementations§
impl Copy for Templ
impl Eq for Templ
§impl Ord for Templ
impl Ord for Templ
1.21.0 (const: unstable) · 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
§impl PartialOrd for Templ
impl PartialOrd for Templ
impl StructuralPartialEq for Templ
Auto Trait Implementations§
impl Freeze for Templ
impl RefUnwindSafe for Templ
impl Send for Templ
impl Sync for Templ
impl Unpin for Templ
impl UnsafeUnpin for Templ
impl UnwindSafe for Templ
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