pub struct AuthWindow;Expand description
Number of items in the authorization window.
Trait Implementations§
Source§impl Clone for AuthWindow
impl Clone for AuthWindow
Source§fn clone(&self) -> AuthWindow
fn clone(&self) -> AuthWindow
Returns a duplicate of the value. Read more
1.0.0 · 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 AuthWindow
impl Debug for AuthWindow
Source§impl Default for AuthWindow
impl Default for AuthWindow
Source§fn default() -> AuthWindow
fn default() -> AuthWindow
Returns the “default value” for a type. Read more
Source§impl PartialEq for AuthWindow
impl PartialEq for AuthWindow
impl Copy for AuthWindow
impl Eq for AuthWindow
impl StructuralPartialEq for AuthWindow
Auto Trait Implementations§
impl Freeze for AuthWindow
impl RefUnwindSafe for AuthWindow
impl Send for AuthWindow
impl Sync for AuthWindow
impl Unpin for AuthWindow
impl UnwindSafe for AuthWindow
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