pub enum QueryPreventedMatchesIsIsolatedEnum {
True,
False,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for QueryPreventedMatchesIsIsolatedEnum
impl Clone for QueryPreventedMatchesIsIsolatedEnum
Source§fn clone(&self) -> QueryPreventedMatchesIsIsolatedEnum
fn clone(&self) -> QueryPreventedMatchesIsIsolatedEnum
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for QueryPreventedMatchesIsIsolatedEnum
impl<'de> Deserialize<'de> for QueryPreventedMatchesIsIsolatedEnum
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
Auto Trait Implementations§
impl Freeze for QueryPreventedMatchesIsIsolatedEnum
impl RefUnwindSafe for QueryPreventedMatchesIsIsolatedEnum
impl Send for QueryPreventedMatchesIsIsolatedEnum
impl Sync for QueryPreventedMatchesIsIsolatedEnum
impl Unpin for QueryPreventedMatchesIsIsolatedEnum
impl UnsafeUnpin for QueryPreventedMatchesIsIsolatedEnum
impl UnwindSafe for QueryPreventedMatchesIsIsolatedEnum
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