pub struct ApiKeyDialogState {
pub provider: String,
pub input: String,
}Fields§
§provider: String§input: StringTrait Implementations§
Source§impl Clone for ApiKeyDialogState
impl Clone for ApiKeyDialogState
Source§fn clone(&self) -> ApiKeyDialogState
fn clone(&self) -> ApiKeyDialogState
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 ApiKeyDialogState
impl RefUnwindSafe for ApiKeyDialogState
impl Send for ApiKeyDialogState
impl Sync for ApiKeyDialogState
impl Unpin for ApiKeyDialogState
impl UnsafeUnpin for ApiKeyDialogState
impl UnwindSafe for ApiKeyDialogState
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