Variants
DpiC(Box<Keyword>)
Dpi(Box<Keyword>)
Trait Implementations
sourceimpl Clone for DpiSpecString
impl Clone for DpiSpecString
sourcefn clone(&self) -> DpiSpecString
fn clone(&self) -> DpiSpecString
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for DpiSpecString
impl Debug for DpiSpecString
sourceimpl<'a> From<&'a DpiSpecString> for RefNode<'a>
impl<'a> From<&'a DpiSpecString> for RefNode<'a>
sourcefn from(x: &'a DpiSpecString) -> Self
fn from(x: &'a DpiSpecString) -> Self
Converts to this type from the input type.
sourceimpl<'a> From<&'a DpiSpecString> for RefNodes<'a>
impl<'a> From<&'a DpiSpecString> for RefNodes<'a>
sourcefn from(x: &'a DpiSpecString) -> Self
fn from(x: &'a DpiSpecString) -> Self
Converts to this type from the input type.
sourceimpl From<DpiSpecString> for AnyNode
impl From<DpiSpecString> for AnyNode
sourcefn from(x: DpiSpecString) -> Self
fn from(x: DpiSpecString) -> Self
Converts to this type from the input type.
sourceimpl<'a> IntoIterator for &'a DpiSpecString
impl<'a> IntoIterator for &'a DpiSpecString
sourceimpl PartialEq<DpiSpecString> for DpiSpecString
impl PartialEq<DpiSpecString> for DpiSpecString
sourcefn eq(&self, other: &DpiSpecString) -> bool
fn eq(&self, other: &DpiSpecString) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &DpiSpecString) -> bool
fn ne(&self, other: &DpiSpecString) -> bool
This method tests for !=.
sourceimpl<'a> TryFrom<&'a DpiSpecString> for Locate
impl<'a> TryFrom<&'a DpiSpecString> for Locate
sourceimpl TryFrom<AnyNode> for DpiSpecString
impl TryFrom<AnyNode> for DpiSpecString
sourceimpl TryFrom<DpiSpecString> for Locate
impl TryFrom<DpiSpecString> for Locate
impl StructuralPartialEq for DpiSpecString
Auto Trait Implementations
impl RefUnwindSafe for DpiSpecString
impl Send for DpiSpecString
impl Sync for DpiSpecString
impl Unpin for DpiSpecString
impl UnwindSafe for DpiSpecString
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more