pub struct InlineWidget {
pub column_count: usize,
}Fields§
§column_count: usizeTrait Implementations§
Source§impl Clone for InlineWidget
impl Clone for InlineWidget
Source§fn clone(&self) -> InlineWidget
fn clone(&self) -> InlineWidget
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 InlineWidget
Source§impl Debug for InlineWidget
impl Debug for InlineWidget
impl Eq for InlineWidget
Source§impl Hash for InlineWidget
impl Hash for InlineWidget
Source§impl PartialEq for InlineWidget
impl PartialEq for InlineWidget
Source§fn eq(&self, other: &InlineWidget) -> bool
fn eq(&self, other: &InlineWidget) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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