pub struct NonTyParam {
pub name: String,
/* private fields */
}
Fields§
§name: String
Implementations§
Source§impl NonTyParam
impl NonTyParam
Trait Implementations§
Source§impl Debug for NonTyParam
impl Debug for NonTyParam
Source§impl From<NonTyParam> for AnyNode
impl From<NonTyParam> for AnyNode
Source§fn from(original: NonTyParam) -> AnyNode
fn from(original: NonTyParam) -> AnyNode
Converts to this type from the input type.
Source§impl From<NonTyParam> for Param
impl From<NonTyParam> for Param
Source§fn from(value: NonTyParam) -> Self
fn from(value: NonTyParam) -> Self
Converts to this type from the input type.
Source§impl PartialEq for NonTyParam
impl PartialEq for NonTyParam
Source§impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime AnyNode> for &'__deriveMoreLifetime NonTyParam
impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime AnyNode> for &'__deriveMoreLifetime NonTyParam
Source§impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime mut AnyNode> for &'__deriveMoreLifetime mut NonTyParam
impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime mut AnyNode> for &'__deriveMoreLifetime mut NonTyParam
Source§impl TryFrom<AnyNode> for NonTyParam
impl TryFrom<AnyNode> for NonTyParam
impl StructuralPartialEq for NonTyParam
Auto Trait Implementations§
impl !Freeze for NonTyParam
impl !RefUnwindSafe for NonTyParam
impl Send for NonTyParam
impl !Sync for NonTyParam
impl Unpin for NonTyParam
impl UnwindSafe for NonTyParam
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