pub struct PickerSettings {
pub bindings: PickerBindings,
pub preview: PickerPreviewSettings,
}Fields§
§bindings: PickerBindings§preview: PickerPreviewSettingsTrait Implementations§
Source§impl Clone for PickerSettings
impl Clone for PickerSettings
Source§fn clone(&self) -> PickerSettings
fn clone(&self) -> PickerSettings
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 PickerSettings
impl Debug for PickerSettings
Source§impl Default for PickerSettings
impl Default for PickerSettings
Source§fn default() -> PickerSettings
fn default() -> PickerSettings
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PickerSettings
impl<'de> Deserialize<'de> for PickerSettings
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 PickerSettings
Source§impl PartialEq for PickerSettings
impl PartialEq for PickerSettings
Source§fn eq(&self, other: &PickerSettings) -> bool
fn eq(&self, other: &PickerSettings) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PickerSettings
Auto Trait Implementations§
impl Freeze for PickerSettings
impl RefUnwindSafe for PickerSettings
impl Send for PickerSettings
impl Sync for PickerSettings
impl Unpin for PickerSettings
impl UnsafeUnpin for PickerSettings
impl UnwindSafe for PickerSettings
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