pub struct BaseCredentialService {
pub auth_config: Value,
pub tool_context: Value,
}Expand description
Abstract class for Service that loads / saves tool credentials from / to the backend credential store.
Fields§
§auth_config: Value§tool_context: ValueTrait Implementations§
Source§impl Clone for BaseCredentialService
impl Clone for BaseCredentialService
Source§fn clone(&self) -> BaseCredentialService
fn clone(&self) -> BaseCredentialService
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 BaseCredentialService
impl Debug for BaseCredentialService
Source§impl Default for BaseCredentialService
impl Default for BaseCredentialService
Source§fn default() -> BaseCredentialService
fn default() -> BaseCredentialService
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BaseCredentialService
impl RefUnwindSafe for BaseCredentialService
impl Send for BaseCredentialService
impl Sync for BaseCredentialService
impl Unpin for BaseCredentialService
impl UnwindSafe for BaseCredentialService
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