pub struct UnionPart {
pub all: bool,
pub query: SingleQuery,
pub span: Span,
}Fields§
§all: bool§query: SingleQuery§span: SpanTrait Implementations§
Auto Trait Implementations§
impl Freeze for UnionPart
impl RefUnwindSafe for UnionPart
impl Send for UnionPart
impl Sync for UnionPart
impl Unpin for UnionPart
impl UnsafeUnpin for UnionPart
impl UnwindSafe for UnionPart
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