pub struct TypeReflection {
pub name: &'static str,
pub ty: &'static str,
}
Expand description
Used to reflect on types, important for node connections
Fields§
§name: &'static str
§ty: &'static str
Trait Implementations§
Source§impl Debug for TypeReflection
impl Debug for TypeReflection
Source§impl Display for TypeReflection
impl Display for TypeReflection
Source§impl Hash for TypeReflection
impl Hash for TypeReflection
Source§impl PartialEq for TypeReflection
impl PartialEq for TypeReflection
impl Eq for TypeReflection
impl StructuralPartialEq for TypeReflection
Auto Trait Implementations§
impl Freeze for TypeReflection
impl RefUnwindSafe for TypeReflection
impl Send for TypeReflection
impl Sync for TypeReflection
impl Unpin for TypeReflection
impl UnwindSafe for TypeReflection
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<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.