pub struct GoogleAuthConfig {
pub users_file_path: String,
pub google_client_id: String,
}Fields§
§users_file_path: String§google_client_id: StringImplementations§
Auto Trait Implementations§
impl Freeze for GoogleAuthConfig
impl RefUnwindSafe for GoogleAuthConfig
impl Send for GoogleAuthConfig
impl Sync for GoogleAuthConfig
impl Unpin for GoogleAuthConfig
impl UnwindSafe for GoogleAuthConfig
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