pub struct SecretViewerState {
pub key: String,
pub value: String,
pub revealed: bool,
}Fields§
§key: String§value: String§revealed: boolTrait Implementations§
Source§impl Clone for SecretViewerState
impl Clone for SecretViewerState
Source§fn clone(&self) -> SecretViewerState
fn clone(&self) -> SecretViewerState
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 SecretViewerState
impl RefUnwindSafe for SecretViewerState
impl Send for SecretViewerState
impl Sync for SecretViewerState
impl Unpin for SecretViewerState
impl UnsafeUnpin for SecretViewerState
impl UnwindSafe for SecretViewerState
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