pub enum DpiSpecString {
DpiC(Box<Keyword>),
Dpi(Box<Keyword>),
}
Variants§
Trait Implementations§
Source§impl Clone for DpiSpecString
impl Clone for DpiSpecString
Source§fn clone(&self) -> DpiSpecString
fn clone(&self) -> DpiSpecString
Returns a copy 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 DpiSpecString
impl Debug for DpiSpecString
Source§impl<'a> From<&'a DpiSpecString> for RefNode<'a>
impl<'a> From<&'a DpiSpecString> for RefNode<'a>
Source§fn from(x: &'a DpiSpecString) -> RefNode<'a>
fn from(x: &'a DpiSpecString) -> RefNode<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a DpiSpecString> for RefNodes<'a>
impl<'a> From<&'a DpiSpecString> for RefNodes<'a>
Source§fn from(x: &'a DpiSpecString) -> RefNodes<'a>
fn from(x: &'a DpiSpecString) -> RefNodes<'a>
Converts to this type from the input type.
Source§impl From<DpiSpecString> for AnyNode
impl From<DpiSpecString> for AnyNode
Source§fn from(x: DpiSpecString) -> AnyNode
fn from(x: DpiSpecString) -> AnyNode
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a DpiSpecString
impl<'a> IntoIterator for &'a DpiSpecString
Source§impl PartialEq for DpiSpecString
impl PartialEq for DpiSpecString
Source§impl<'a> TryFrom<&'a DpiSpecString> for Locate
impl<'a> TryFrom<&'a DpiSpecString> for Locate
Source§impl TryFrom<AnyNode> for DpiSpecString
impl TryFrom<AnyNode> for DpiSpecString
Source§impl TryFrom<DpiSpecString> for Locate
impl TryFrom<DpiSpecString> for Locate
impl StructuralPartialEq for DpiSpecString
Auto Trait Implementations§
impl Freeze for DpiSpecString
impl RefUnwindSafe for DpiSpecString
impl Send for DpiSpecString
impl Sync for DpiSpecString
impl Unpin for DpiSpecString
impl UnwindSafe for DpiSpecString
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