pub enum FunctionArgs {
SearchPath(String),
}
Variants§
Trait Implementations§
Source§impl Debug for FunctionArgs
impl Debug for FunctionArgs
Source§impl Hash for FunctionArgs
impl Hash for FunctionArgs
Source§impl Ord for FunctionArgs
impl Ord for FunctionArgs
Source§fn cmp(&self, other: &FunctionArgs) -> Ordering
fn cmp(&self, other: &FunctionArgs) -> 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 FunctionArgs
impl PartialEq for FunctionArgs
Source§impl PartialOrd for FunctionArgs
impl PartialOrd for FunctionArgs
impl Eq for FunctionArgs
impl StructuralPartialEq for FunctionArgs
Auto Trait Implementations§
impl Freeze for FunctionArgs
impl RefUnwindSafe for FunctionArgs
impl Send for FunctionArgs
impl Sync for FunctionArgs
impl Unpin for FunctionArgs
impl UnwindSafe for FunctionArgs
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<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.