pub struct PatternShapeSpec {
pub case_id: &'static str,
pub execution_shape: &'static str,
pub rationale: &'static str,
}Fields§
§case_id: &'static str§execution_shape: &'static str§rationale: &'static strTrait Implementations§
Source§impl Clone for PatternShapeSpec
impl Clone for PatternShapeSpec
Source§fn clone(&self) -> PatternShapeSpec
fn clone(&self) -> PatternShapeSpec
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 moreimpl Copy for PatternShapeSpec
Source§impl Debug for PatternShapeSpec
impl Debug for PatternShapeSpec
impl Eq for PatternShapeSpec
Source§impl PartialEq for PatternShapeSpec
impl PartialEq for PatternShapeSpec
impl StructuralPartialEq for PatternShapeSpec
Auto Trait Implementations§
impl Freeze for PatternShapeSpec
impl RefUnwindSafe for PatternShapeSpec
impl Send for PatternShapeSpec
impl Sync for PatternShapeSpec
impl Unpin for PatternShapeSpec
impl UnsafeUnpin for PatternShapeSpec
impl UnwindSafe for PatternShapeSpec
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