pub struct QueryContainerOpts {
pub platform: Option<Platform>,
}Fields§
§platform: Option<Platform>Platform to initialize the container with. Defaults to the native platform of the current engine
Trait Implementations§
Source§impl Debug for QueryContainerOpts
impl Debug for QueryContainerOpts
Source§impl PartialEq for QueryContainerOpts
impl PartialEq for QueryContainerOpts
Source§fn eq(&self, other: &QueryContainerOpts) -> bool
fn eq(&self, other: &QueryContainerOpts) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for QueryContainerOpts
Auto Trait Implementations§
impl Freeze for QueryContainerOpts
impl RefUnwindSafe for QueryContainerOpts
impl Send for QueryContainerOpts
impl Sync for QueryContainerOpts
impl Unpin for QueryContainerOpts
impl UnsafeUnpin for QueryContainerOpts
impl UnwindSafe for QueryContainerOpts
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