pub struct CredentialDialogState {
pub credentials: Vec<CredDialogOption>,
pub cursor: usize,
}Fields§
§credentials: Vec<CredDialogOption>§cursor: usizeTrait Implementations§
Source§impl Clone for CredentialDialogState
impl Clone for CredentialDialogState
Source§fn clone(&self) -> CredentialDialogState
fn clone(&self) -> CredentialDialogState
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 moreAuto Trait Implementations§
impl Freeze for CredentialDialogState
impl RefUnwindSafe for CredentialDialogState
impl Send for CredentialDialogState
impl Sync for CredentialDialogState
impl Unpin for CredentialDialogState
impl UnsafeUnpin for CredentialDialogState
impl UnwindSafe for CredentialDialogState
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