pub enum FilePickTarget {
CertPath,
KeyPath,
}Variants§
Trait Implementations§
Source§impl Clone for FilePickTarget
impl Clone for FilePickTarget
Source§fn clone(&self) -> FilePickTarget
fn clone(&self) -> FilePickTarget
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 FilePickTarget
impl Debug for FilePickTarget
impl Copy for FilePickTarget
Auto Trait Implementations§
impl Freeze for FilePickTarget
impl RefUnwindSafe for FilePickTarget
impl Send for FilePickTarget
impl Sync for FilePickTarget
impl Unpin for FilePickTarget
impl UnsafeUnpin for FilePickTarget
impl UnwindSafe for FilePickTarget
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