pub enum AutoIdKind {
Sequential,
Hash,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for AutoIdKind
impl Clone for AutoIdKind
Source§fn clone(&self) -> AutoIdKind
fn clone(&self) -> AutoIdKind
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AutoIdKind
impl Debug for AutoIdKind
Source§impl<'de> Deserialize<'de> for AutoIdKind
impl<'de> Deserialize<'de> for AutoIdKind
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 AutoIdKind
impl<'a> FromTreeSitter<'a> for AutoIdKind
fn from_node(node: Node<'a>, ctx: &mut ParseContext<'a>) -> ParserResult<Self>
Source§impl PartialEq for AutoIdKind
impl PartialEq for AutoIdKind
Source§impl Serialize for AutoIdKind
impl Serialize for AutoIdKind
impl Eq for AutoIdKind
impl StructuralPartialEq for AutoIdKind
Auto Trait Implementations§
impl Freeze for AutoIdKind
impl RefUnwindSafe for AutoIdKind
impl Send for AutoIdKind
impl Sync for AutoIdKind
impl Unpin for AutoIdKind
impl UnsafeUnpin for AutoIdKind
impl UnwindSafe for AutoIdKind
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