Struct kodept_ast::UntypedParameter
source · pub struct UntypedParameter {
pub name: String,
/* private fields */
}Fields§
§name: StringTrait Implementations§
source§impl Debug for UntypedParameter
impl Debug for UntypedParameter
source§impl From<UntypedParameter> for GenericASTNode
impl From<UntypedParameter> for GenericASTNode
source§fn from(original: UntypedParameter) -> GenericASTNode
fn from(original: UntypedParameter) -> GenericASTNode
Converts to this type from the input type.
source§impl Identifiable for UntypedParameter
impl Identifiable for UntypedParameter
source§impl PartialEq for UntypedParameter
impl PartialEq for UntypedParameter
source§fn eq(&self, other: &UntypedParameter) -> bool
fn eq(&self, other: &UntypedParameter) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime GenericASTNode> for &'__deriveMoreLifetime UntypedParameter
impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime GenericASTNode> for &'__deriveMoreLifetime UntypedParameter
source§impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime mut GenericASTNode> for &'__deriveMoreLifetime mut UntypedParameter
impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime mut GenericASTNode> for &'__deriveMoreLifetime mut UntypedParameter
source§impl TryFrom<GenericASTNode> for UntypedParameter
impl TryFrom<GenericASTNode> for UntypedParameter
impl StructuralPartialEq for UntypedParameter
Auto Trait Implementations§
impl RefUnwindSafe for UntypedParameter
impl Send for UntypedParameter
impl Sync for UntypedParameter
impl Unpin for UntypedParameter
impl UnwindSafe for UntypedParameter
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