pub struct InlineWidget {
pub column_count: usize,
}
Fields§
§column_count: usize
Trait Implementations§
Source§impl Clone for InlineWidget
impl Clone for InlineWidget
Source§fn clone(&self) -> InlineWidget
fn clone(&self) -> InlineWidget
Returns a copy of the value. Read more
1.0.0 · 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 InlineWidget
impl Debug for InlineWidget
Source§impl Hash for InlineWidget
impl Hash for InlineWidget
Source§impl PartialEq for InlineWidget
impl PartialEq for InlineWidget
impl Copy for InlineWidget
impl Eq for InlineWidget
impl StructuralPartialEq for InlineWidget
Auto Trait Implementations§
impl Freeze for InlineWidget
impl RefUnwindSafe for InlineWidget
impl Send for InlineWidget
impl Sync for InlineWidget
impl Unpin for InlineWidget
impl UnwindSafe for InlineWidget
Blanket Implementations§
Source§impl<T> ActionTrait for T
impl<T> ActionTrait for T
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