pub struct ExistsTrapSpace {
pub dataset: Option<DatasetId>,
pub observation: Option<ObservationId>,
pub minimal: bool,
pub nonpercolable: bool,
}
Expand description
Variant of DynProperty
requiring existence of a trap space corresponding to
a particular observation
of a particular dataset
.
Optionally, the required trap space might be required to be minimal
or non-percolable
.
Fields§
§dataset: Option<DatasetId>
§observation: Option<ObservationId>
§minimal: bool
§nonpercolable: bool
Trait Implementations§
source§impl Clone for ExistsTrapSpace
impl Clone for ExistsTrapSpace
source§fn clone(&self) -> ExistsTrapSpace
fn clone(&self) -> ExistsTrapSpace
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ExistsTrapSpace
impl Debug for ExistsTrapSpace
source§impl<'de> Deserialize<'de> for ExistsTrapSpace
impl<'de> Deserialize<'de> for ExistsTrapSpace
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Hash for ExistsTrapSpace
impl Hash for ExistsTrapSpace
source§impl PartialEq for ExistsTrapSpace
impl PartialEq for ExistsTrapSpace
source§impl Serialize for ExistsTrapSpace
impl Serialize for ExistsTrapSpace
impl Eq for ExistsTrapSpace
impl StructuralPartialEq for ExistsTrapSpace
Auto Trait Implementations§
impl Freeze for ExistsTrapSpace
impl RefUnwindSafe for ExistsTrapSpace
impl Send for ExistsTrapSpace
impl Sync for ExistsTrapSpace
impl Unpin for ExistsTrapSpace
impl UnwindSafe for ExistsTrapSpace
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<'de, D, R> CommandArg<'de, R> for Dwhere
D: Deserialize<'de>,
R: Runtime,
impl<'de, D, R> CommandArg<'de, R> for Dwhere
D: Deserialize<'de>,
R: Runtime,
§fn from_command(command: CommandItem<'de, R>) -> Result<D, InvokeError>
fn from_command(command: CommandItem<'de, R>) -> Result<D, InvokeError>
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.