pub struct ExpressionSemanticsFragmentsV0 { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExpressionSemanticsFragmentsV0
impl RefUnwindSafe for ExpressionSemanticsFragmentsV0
impl Send for ExpressionSemanticsFragmentsV0
impl Sync for ExpressionSemanticsFragmentsV0
impl Unpin for ExpressionSemanticsFragmentsV0
impl UnsafeUnpin for ExpressionSemanticsFragmentsV0
impl UnwindSafe for ExpressionSemanticsFragmentsV0
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