pub struct LiquidTabBarSpec { /* private fields */ }Expand description
Layout parameters for a LiquidTabBar.
Implementations§
Trait Implementations§
Source§impl Clone for LiquidTabBarSpec
impl Clone for LiquidTabBarSpec
Source§fn clone(&self) -> LiquidTabBarSpec
fn clone(&self) -> LiquidTabBarSpec
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 LiquidTabBarSpec
Source§impl Debug for LiquidTabBarSpec
impl Debug for LiquidTabBarSpec
Source§impl Default for LiquidTabBarSpec
impl Default for LiquidTabBarSpec
Source§impl PartialEq for LiquidTabBarSpec
impl PartialEq for LiquidTabBarSpec
impl StructuralPartialEq for LiquidTabBarSpec
Auto Trait Implementations§
impl Freeze for LiquidTabBarSpec
impl RefUnwindSafe for LiquidTabBarSpec
impl Send for LiquidTabBarSpec
impl Sync for LiquidTabBarSpec
impl Unpin for LiquidTabBarSpec
impl UnsafeUnpin for LiquidTabBarSpec
impl UnwindSafe for LiquidTabBarSpec
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