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