pub struct RustackAuth { /* private fields */ }Expand description
Rustack authentication provider.
§Examples
use rustack_s3_core::auth::RustackAuth;
let auth = RustackAuth::new(true);
assert!(auth.skip_validation());Implementations§
Source§impl RustackAuth
impl RustackAuth
Trait Implementations§
Source§impl Clone for RustackAuth
impl Clone for RustackAuth
Source§fn clone(&self) -> RustackAuth
fn clone(&self) -> RustackAuth
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 CredentialProvider for RustackAuth
impl CredentialProvider for RustackAuth
Auto Trait Implementations§
impl Freeze for RustackAuth
impl RefUnwindSafe for RustackAuth
impl Send for RustackAuth
impl Sync for RustackAuth
impl Unpin for RustackAuth
impl UnsafeUnpin for RustackAuth
impl UnwindSafe for RustackAuth
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