pub struct UserActionFetch { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for UserActionFetch
impl Clone for UserActionFetch
Source§fn clone(&self) -> UserActionFetch
fn clone(&self) -> UserActionFetch
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 UserActionFetch
impl Debug for UserActionFetch
Source§impl Fetch for UserActionFetch
impl Fetch for UserActionFetch
async fn execute( &self, resource: &str, options: FetchOptions<DfnsBaseApiOptions>, ) -> Result<Response, DfnsError>
Source§impl PartialEq for UserActionFetch
impl PartialEq for UserActionFetch
impl StructuralPartialEq for UserActionFetch
Auto Trait Implementations§
impl Freeze for UserActionFetch
impl !RefUnwindSafe for UserActionFetch
impl Send for UserActionFetch
impl Sync for UserActionFetch
impl Unpin for UserActionFetch
impl !UnwindSafe for UserActionFetch
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