pub struct ParamAttribute(pub String);Tuple Fields§
§0: StringTrait Implementations§
Source§impl Debug for ParamAttribute
impl Debug for ParamAttribute
Source§impl<'de> Deserialize<'de> for ParamAttribute
impl<'de> Deserialize<'de> for ParamAttribute
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 From<ParamAttribute> for ParamAttribute
impl From<ParamAttribute> for ParamAttribute
Source§fn from(value: ParamAttribute) -> Self
fn from(value: ParamAttribute) -> Self
Converts to this type from the input type.
Source§impl<'a> FromTreeSitter<'a> for ParamAttribute
impl<'a> FromTreeSitter<'a> for ParamAttribute
fn from_node(node: Node<'a>, ctx: &mut ParseContext<'a>) -> ParserResult<Self>
Auto Trait Implementations§
impl Freeze for ParamAttribute
impl RefUnwindSafe for ParamAttribute
impl Send for ParamAttribute
impl Sync for ParamAttribute
impl Unpin for ParamAttribute
impl UnsafeUnpin for ParamAttribute
impl UnwindSafe for ParamAttribute
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