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