pub struct DefaultSwitchIndicatorTemplate;Trait Implementations§
Source§impl Clone for DefaultSwitchIndicatorTemplate
impl Clone for DefaultSwitchIndicatorTemplate
Source§fn clone(&self) -> DefaultSwitchIndicatorTemplate
fn clone(&self) -> DefaultSwitchIndicatorTemplate
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 moreimpl Copy for DefaultSwitchIndicatorTemplate
Source§impl Default for DefaultSwitchIndicatorTemplate
impl Default for DefaultSwitchIndicatorTemplate
Source§fn default() -> DefaultSwitchIndicatorTemplate
fn default() -> DefaultSwitchIndicatorTemplate
Returns the “default value” for a type. Read more
Source§impl SwitchIndicatorTemplate for DefaultSwitchIndicatorTemplate
impl SwitchIndicatorTemplate for DefaultSwitchIndicatorTemplate
fn create( &self, sizing: Option<LabeledControlSizing>, ) -> Rc<dyn SwitchIndicatorPresenter>
Auto Trait Implementations§
impl Freeze for DefaultSwitchIndicatorTemplate
impl RefUnwindSafe for DefaultSwitchIndicatorTemplate
impl Send for DefaultSwitchIndicatorTemplate
impl Sync for DefaultSwitchIndicatorTemplate
impl Unpin for DefaultSwitchIndicatorTemplate
impl UnsafeUnpin for DefaultSwitchIndicatorTemplate
impl UnwindSafe for DefaultSwitchIndicatorTemplate
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