pub struct ResolvedParsleeCredential {
pub access_token: String,
pub api_base: String,
pub expires_at: u64,
}Expand description
Parslee request authority resolved from one credential snapshot.
Fields§
§access_token: String§api_base: String§expires_at: u64Trait Implementations§
Source§impl Clone for ResolvedParsleeCredential
impl Clone for ResolvedParsleeCredential
Source§fn clone(&self) -> ResolvedParsleeCredential
fn clone(&self) -> ResolvedParsleeCredential
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 ResolvedParsleeCredential
impl Debug for ResolvedParsleeCredential
impl Eq for ResolvedParsleeCredential
impl StructuralPartialEq for ResolvedParsleeCredential
Auto Trait Implementations§
impl Freeze for ResolvedParsleeCredential
impl RefUnwindSafe for ResolvedParsleeCredential
impl Send for ResolvedParsleeCredential
impl Sync for ResolvedParsleeCredential
impl Unpin for ResolvedParsleeCredential
impl UnsafeUnpin for ResolvedParsleeCredential
impl UnwindSafe for ResolvedParsleeCredential
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