pub struct PickerPreviewSettings {
pub folders: Option<String>,
pub sessions: Option<String>,
pub projects: Option<String>,
}Fields§
§folders: Option<String>§sessions: Option<String>§projects: Option<String>Trait Implementations§
Source§impl Clone for PickerPreviewSettings
impl Clone for PickerPreviewSettings
Source§fn clone(&self) -> PickerPreviewSettings
fn clone(&self) -> PickerPreviewSettings
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 PickerPreviewSettings
impl Debug for PickerPreviewSettings
Source§impl Default for PickerPreviewSettings
impl Default for PickerPreviewSettings
Source§fn default() -> PickerPreviewSettings
fn default() -> PickerPreviewSettings
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PickerPreviewSettings
impl<'de> Deserialize<'de> for PickerPreviewSettings
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for PickerPreviewSettings
Source§impl PartialEq for PickerPreviewSettings
impl PartialEq for PickerPreviewSettings
Source§fn eq(&self, other: &PickerPreviewSettings) -> bool
fn eq(&self, other: &PickerPreviewSettings) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PickerPreviewSettings
Auto Trait Implementations§
impl Freeze for PickerPreviewSettings
impl RefUnwindSafe for PickerPreviewSettings
impl Send for PickerPreviewSettings
impl Sync for PickerPreviewSettings
impl Unpin for PickerPreviewSettings
impl UnsafeUnpin for PickerPreviewSettings
impl UnwindSafe for PickerPreviewSettings
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