pub enum DataRepresentationKind {
Xcdr,
Xcdr1,
Xml,
Xcdr2,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for DataRepresentationKind
impl Clone for DataRepresentationKind
Source§fn clone(&self) -> DataRepresentationKind
fn clone(&self) -> DataRepresentationKind
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 DataRepresentationKind
impl Debug for DataRepresentationKind
Source§impl<'de> Deserialize<'de> for DataRepresentationKind
impl<'de> Deserialize<'de> for DataRepresentationKind
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 DataRepresentationKind
impl<'a> FromTreeSitter<'a> for DataRepresentationKind
fn from_node(node: Node<'a>, ctx: &mut ParseContext<'a>) -> ParserResult<Self>
Source§impl PartialEq for DataRepresentationKind
impl PartialEq for DataRepresentationKind
Source§impl Serialize for DataRepresentationKind
impl Serialize for DataRepresentationKind
impl Eq for DataRepresentationKind
impl StructuralPartialEq for DataRepresentationKind
Auto Trait Implementations§
impl Freeze for DataRepresentationKind
impl RefUnwindSafe for DataRepresentationKind
impl Send for DataRepresentationKind
impl Sync for DataRepresentationKind
impl Unpin for DataRepresentationKind
impl UnsafeUnpin for DataRepresentationKind
impl UnwindSafe for DataRepresentationKind
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