Struct scl_gui_widgets::theme::icons::icon_theme_config_derived_lenses::empty    
source · pub struct empty();Expand description
Lens for the field empty on IconThemeConfig.
Implementations§
source§impl empty
 
impl empty
sourcepub const fn new() -> Self
 
pub const fn new() -> Self
Creates a new lens for the field empty on IconThemeConfig. Use IconThemeConfig::empty instead.
Trait Implementations§
impl Copy for empty
Auto Trait Implementations§
impl RefUnwindSafe for empty
impl Send for empty
impl Sync for empty
impl Unpin for empty
impl UnwindSafe for empty
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
§impl<T> Instrument for T
 
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
 
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
 
fn in_current_span(self) -> Instrumented<Self>
§impl<A, B, T> LensExt<A, B> for Twhere
    T: Lens<A, B>,
    A: ?Sized,
    B: ?Sized,
 
impl<A, B, T> LensExt<A, B> for Twhere T: Lens<A, B>, A: ?Sized, B: ?Sized,
§fn then<Other, C>(self, other: Other) -> Then<Self, Other, B>where
    Other: Lens<B, C>,
    Self: Sized,
    C: ?Sized,
 
fn then<Other, C>(self, other: Other) -> Then<Self, Other, B>where Other: Lens<B, C>, Self: Sized, C: ?Sized,
§fn map<Get, Put, C>(self, get: Get, put: Put) -> Then<Self, Map<Get, Put>, B>where
    Get: Fn(&B) -> C,
    Put: Fn(&mut B, C),
    Self: Sized,
 
fn map<Get, Put, C>(self, get: Get, put: Put) -> Then<Self, Map<Get, Put>, B>where Get: Fn(&B) -> C, Put: Fn(&mut B, C), Self: Sized,
§fn deref(self) -> Then<Self, Deref, B>where
    B: Deref + DerefMut,
    Self: Sized,
 
fn deref(self) -> Then<Self, Deref, B>where B: Deref + DerefMut, Self: Sized,
Invoke a type’s 
Deref impl Read more§fn index<I>(self, index: I) -> Then<Self, Index<I>, B>where
    I: Clone,
    B: Index<I> + IndexMut<I>,
    Self: Sized,
 
fn index<I>(self, index: I) -> Then<Self, Index<I>, B>where I: Clone, B: Index<I> + IndexMut<I>, Self: Sized,
Access an index in a container Read more
§impl<T> RoundFrom<T> for T
 
impl<T> RoundFrom<T> for T
§fn round_from(x: T) -> T
 
fn round_from(x: T) -> T
Performs the conversion.
§impl<T, U> RoundInto<U> for Twhere
    U: RoundFrom<T>,
 
impl<T, U> RoundInto<U> for Twhere U: RoundFrom<T>,
§fn round_into(self) -> U
 
fn round_into(self) -> U
Performs the conversion.