pub struct ExpressionSemanticsMatchFragmentsV0 {
pub schema_version: &'static str,
pub input_version: String,
pub fragments: Vec<ExpressionSemanticsMatchFragmentV0>,
}Fields§
§schema_version: &'static str§input_version: String§fragments: Vec<ExpressionSemanticsMatchFragmentV0>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExpressionSemanticsMatchFragmentsV0
impl RefUnwindSafe for ExpressionSemanticsMatchFragmentsV0
impl Send for ExpressionSemanticsMatchFragmentsV0
impl Sync for ExpressionSemanticsMatchFragmentsV0
impl Unpin for ExpressionSemanticsMatchFragmentsV0
impl UnsafeUnpin for ExpressionSemanticsMatchFragmentsV0
impl UnwindSafe for ExpressionSemanticsMatchFragmentsV0
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