pub enum CompiledBound {
F64 {
op: BoundOp,
limit: f64,
},
}Variants§
Trait Implementations§
Source§impl Clone for CompiledBound
impl Clone for CompiledBound
Source§fn clone(&self) -> CompiledBound
fn clone(&self) -> CompiledBound
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CompiledBound
impl Debug for CompiledBound
Source§impl PartialEq for CompiledBound
impl PartialEq for CompiledBound
impl StructuralPartialEq for CompiledBound
Auto Trait Implementations§
impl Freeze for CompiledBound
impl RefUnwindSafe for CompiledBound
impl Send for CompiledBound
impl Sync for CompiledBound
impl Unpin for CompiledBound
impl UnsafeUnpin for CompiledBound
impl UnwindSafe for CompiledBound
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