pub struct GsiButtonConfiguration { /* private fields */ }Expand description
configure appearance of login button
https://developers.google.com/identity/gsi/web/reference/js-reference#GsiButtonConfiguration
Implementations§
Source§impl GsiButtonConfiguration
impl GsiButtonConfiguration
pub fn new(type: ButtonType) -> Self
Auto Trait Implementations§
impl Freeze for GsiButtonConfiguration
impl RefUnwindSafe for GsiButtonConfiguration
impl Send for GsiButtonConfiguration
impl Sync for GsiButtonConfiguration
impl Unpin for GsiButtonConfiguration
impl UnwindSafe for GsiButtonConfiguration
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