pub enum AsyncFunctions {
Some(HashMap<String, Vec<String>>),
All,
}Variants§
Trait Implementations§
Source§impl Clone for AsyncFunctions
impl Clone for AsyncFunctions
Source§fn clone(&self) -> AsyncFunctions
fn clone(&self) -> AsyncFunctions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AsyncFunctions
impl Debug for AsyncFunctions
Source§impl Default for AsyncFunctions
impl Default for AsyncFunctions
Source§impl Parse for AsyncFunctions
impl Parse for AsyncFunctions
fn parse(input: ParseStream<'_>) -> Result<Self>
Auto Trait Implementations§
impl Freeze for AsyncFunctions
impl RefUnwindSafe for AsyncFunctions
impl Send for AsyncFunctions
impl Sync for AsyncFunctions
impl Unpin for AsyncFunctions
impl UnsafeUnpin for AsyncFunctions
impl UnwindSafe for AsyncFunctions
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