pub struct GoogleProvider { /* private fields */ }Implementations§
Source§impl GoogleProvider
impl GoogleProvider
pub fn new(config: GoogleConfig) -> Result<Self, AixError>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GoogleProvider
impl RefUnwindSafe for GoogleProvider
impl Send for GoogleProvider
impl Sync for GoogleProvider
impl Unpin for GoogleProvider
impl UnsafeUnpin for GoogleProvider
impl UnwindSafe for GoogleProvider
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