pub struct SimpletonNodeTypeInfo;
Trait Implementations§
Source§impl Clone for SimpletonNodeTypeInfo
impl Clone for SimpletonNodeTypeInfo
Source§fn clone(&self) -> SimpletonNodeTypeInfo
fn clone(&self) -> SimpletonNodeTypeInfo
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 SimpletonNodeTypeInfo
impl Debug for SimpletonNodeTypeInfo
Source§impl<'de> Deserialize<'de> for SimpletonNodeTypeInfo
impl<'de> Deserialize<'de> for SimpletonNodeTypeInfo
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 Display for SimpletonNodeTypeInfo
impl Display for SimpletonNodeTypeInfo
Source§impl NodeTypeInfo for SimpletonNodeTypeInfo
impl NodeTypeInfo for SimpletonNodeTypeInfo
fn type_query(&self) -> TypeQuery<'_>
fn are_compatible(&self, _: &Self) -> bool
Source§impl PartialEq for SimpletonNodeTypeInfo
impl PartialEq for SimpletonNodeTypeInfo
Source§impl Serialize for SimpletonNodeTypeInfo
impl Serialize for SimpletonNodeTypeInfo
impl StructuralPartialEq for SimpletonNodeTypeInfo
Auto Trait Implementations§
impl Freeze for SimpletonNodeTypeInfo
impl RefUnwindSafe for SimpletonNodeTypeInfo
impl Send for SimpletonNodeTypeInfo
impl Sync for SimpletonNodeTypeInfo
impl Unpin for SimpletonNodeTypeInfo
impl UnwindSafe for SimpletonNodeTypeInfo
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