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