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