Struct cairo_lang_semantic::items::strct::StructData
source · pub struct StructData { /* private fields */ }
Trait Implementations§
source§impl Clone for StructData
impl Clone for StructData
source§fn clone(&self) -> StructData
fn clone(&self) -> StructData
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 StructData
impl Debug for StructData
source§impl<'a, T: ?Sized + Upcast<dyn SemanticGroup + 'static>> DebugWithDb<T> for StructData
impl<'a, T: ?Sized + Upcast<dyn SemanticGroup + 'static>> DebugWithDb<T> for StructData
source§impl PartialEq<StructData> for StructData
impl PartialEq<StructData> for StructData
source§fn eq(&self, other: &StructData) -> bool
fn eq(&self, other: &StructData) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for StructData
impl StructuralEq for StructData
impl StructuralPartialEq for StructData
Auto Trait Implementations§
impl RefUnwindSafe for StructData
impl Send for StructData
impl Sync for StructData
impl Unpin for StructData
impl UnwindSafe for StructData
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.