pub struct ArcadeToolAuthRequest {
pub tool_name: String,
pub user_id: String,
}Expand description
Request body used to ask Arcade whether a tool is authorized for a user.
Fields§
§tool_name: StringArcade tool name, for example Gmail.ListEmails.
user_id: StringEnd-user identifier known to Arcade.
Trait Implementations§
Source§impl Clone for ArcadeToolAuthRequest
impl Clone for ArcadeToolAuthRequest
Source§fn clone(&self) -> ArcadeToolAuthRequest
fn clone(&self) -> ArcadeToolAuthRequest
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 ArcadeToolAuthRequest
impl Debug for ArcadeToolAuthRequest
Auto Trait Implementations§
impl Freeze for ArcadeToolAuthRequest
impl RefUnwindSafe for ArcadeToolAuthRequest
impl Send for ArcadeToolAuthRequest
impl Sync for ArcadeToolAuthRequest
impl Unpin for ArcadeToolAuthRequest
impl UnsafeUnpin for ArcadeToolAuthRequest
impl UnwindSafe for ArcadeToolAuthRequest
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