pub struct CubeOrder {
pub actions: &'static str,
pub asserts: &'static str,
pub cases: &'static str,
pub cmake_checks: &'static str,
pub dimensions: &'static str,
pub telemetry: &'static str,
}Fields§
§actions: &'static str§asserts: &'static str§cases: &'static str§cmake_checks: &'static str§dimensions: &'static str§telemetry: &'static strTrait Implementations§
impl Eq for CubeOrder
impl StructuralPartialEq for CubeOrder
Auto Trait Implementations§
impl Freeze for CubeOrder
impl RefUnwindSafe for CubeOrder
impl Send for CubeOrder
impl Sync for CubeOrder
impl Unpin for CubeOrder
impl UnsafeUnpin for CubeOrder
impl UnwindSafe for CubeOrder
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.