Struct gpui2::PathPromptOptions
source · pub struct PathPromptOptions {
pub files: bool,
pub directories: bool,
pub multiple: bool,
}
Fields§
§files: bool
§directories: bool
§multiple: bool
Trait Implementations§
source§impl Clone for PathPromptOptions
impl Clone for PathPromptOptions
source§fn clone(&self) -> PathPromptOptions
fn clone(&self) -> PathPromptOptions
Returns a copy 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 PathPromptOptions
impl Debug for PathPromptOptions
impl Copy for PathPromptOptions
Auto Trait Implementations§
impl RefUnwindSafe for PathPromptOptions
impl Send for PathPromptOptions
impl Sync for PathPromptOptions
impl Unpin for PathPromptOptions
impl UnwindSafe for PathPromptOptions
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