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