pub enum ProbeSemanticClass {
A,
B,
}Expand description
Whether the semantic tree includes authoritative framework geometry.
Variants§
Trait Implementations§
Source§impl Clone for ProbeSemanticClass
impl Clone for ProbeSemanticClass
Source§fn clone(&self) -> ProbeSemanticClass
fn clone(&self) -> ProbeSemanticClass
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 moreimpl Copy for ProbeSemanticClass
Source§impl Debug for ProbeSemanticClass
impl Debug for ProbeSemanticClass
Source§impl<'de> Deserialize<'de> for ProbeSemanticClass
impl<'de> Deserialize<'de> for ProbeSemanticClass
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
impl Eq for ProbeSemanticClass
Source§impl PartialEq for ProbeSemanticClass
impl PartialEq for ProbeSemanticClass
Source§impl Serialize for ProbeSemanticClass
impl Serialize for ProbeSemanticClass
impl StructuralPartialEq for ProbeSemanticClass
Auto Trait Implementations§
impl Freeze for ProbeSemanticClass
impl RefUnwindSafe for ProbeSemanticClass
impl Send for ProbeSemanticClass
impl Sync for ProbeSemanticClass
impl Unpin for ProbeSemanticClass
impl UnsafeUnpin for ProbeSemanticClass
impl UnwindSafe for ProbeSemanticClass
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