pub struct WideCharType;Trait Implementations§
Source§impl Debug for WideCharType
impl Debug for WideCharType
Source§impl<'de> Deserialize<'de> for WideCharType
impl<'de> Deserialize<'de> for WideCharType
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<'a> FromTreeSitter<'a> for WideCharType
impl<'a> FromTreeSitter<'a> for WideCharType
fn from_node(node: Node<'a>, ctx: &mut ParseContext<'a>) -> ParserResult<Self>
Auto Trait Implementations§
impl Freeze for WideCharType
impl RefUnwindSafe for WideCharType
impl Send for WideCharType
impl Sync for WideCharType
impl Unpin for WideCharType
impl UnsafeUnpin for WideCharType
impl UnwindSafe for WideCharType
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