pub struct redirectUri;Trait Implementations§
Source§impl Field for redirectUri
impl Field for redirectUri
impl HasInputField<redirectUri, Option<String>> for GoogleUserAccountAuthInput
Auto Trait Implementations§
impl Freeze for redirectUri
impl RefUnwindSafe for redirectUri
impl Send for redirectUri
impl Sync for redirectUri
impl Unpin for redirectUri
impl UnwindSafe for redirectUri
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