pub enum ExternArgs {
}
Variants§
CreateOrReplace
Immutable
Strict
Stable
Volatile
Raw
NoGuard
SecurityDefiner
SecurityInvoker
ParallelSafe
ParallelUnsafe
ParallelRestricted
ShouldPanic(String)
Schema(String)
Name(String)
Cost(String)
Requires(Vec<PositioningRef>)
Trait Implementations§
Source§impl Clone for ExternArgs
impl Clone for ExternArgs
Source§fn clone(&self) -> ExternArgs
fn clone(&self) -> ExternArgs
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 ExternArgs
impl Debug for ExternArgs
Source§impl Display for ExternArgs
impl Display for ExternArgs
Source§impl Hash for ExternArgs
impl Hash for ExternArgs
Source§impl Ord for ExternArgs
impl Ord for ExternArgs
Source§fn cmp(&self, other: &ExternArgs) -> Ordering
fn cmp(&self, other: &ExternArgs) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ExternArgs
impl PartialEq for ExternArgs
Source§impl PartialOrd for ExternArgs
impl PartialOrd for ExternArgs
Source§impl ToTokens for ExternArgs
impl ToTokens for ExternArgs
Source§fn to_tokens(&self, tokens: &mut TokenStream)
fn to_tokens(&self, tokens: &mut TokenStream)
Source§fn to_token_stream(&self) -> TokenStream
fn to_token_stream(&self) -> TokenStream
Source§fn into_token_stream(self) -> TokenStreamwhere
Self: Sized,
fn into_token_stream(self) -> TokenStreamwhere
Self: Sized,
impl Eq for ExternArgs
impl StructuralPartialEq for ExternArgs
Auto Trait Implementations§
impl Freeze for ExternArgs
impl RefUnwindSafe for ExternArgs
impl Send for ExternArgs
impl Sync for ExternArgs
impl Unpin for ExternArgs
impl UnwindSafe for ExternArgs
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.Source§impl<T> Spanned for Twhere
T: Spanned + ?Sized,
impl<T> Spanned for Twhere
T: Spanned + ?Sized,
Source§fn span(&self) -> Span
fn span(&self) -> Span
Returns a
Span
covering the complete contents of this syntax tree
node, or Span::call_site()
if this node is empty.