pub struct OAuthTemplate { /* private fields */ }Expand description
Branding and content renderer for the browser OAuth callback.
Implementations§
Trait Implementations§
Source§impl Clone for OAuthTemplate
impl Clone for OAuthTemplate
Source§fn clone(&self) -> OAuthTemplate
fn clone(&self) -> OAuthTemplate
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 Debug for OAuthTemplate
impl Debug for OAuthTemplate
Auto Trait Implementations§
impl Freeze for OAuthTemplate
impl RefUnwindSafe for OAuthTemplate
impl Send for OAuthTemplate
impl Sync for OAuthTemplate
impl Unpin for OAuthTemplate
impl UnsafeUnpin for OAuthTemplate
impl UnwindSafe for OAuthTemplate
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