pub struct AdaptiveStyle { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for AdaptiveStyle
impl Clone for AdaptiveStyle
Source§fn clone(&self) -> AdaptiveStyle
fn clone(&self) -> AdaptiveStyle
Returns a duplicate 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 AdaptiveStyle
impl Debug for AdaptiveStyle
Source§impl Default for AdaptiveStyle
impl Default for AdaptiveStyle
Source§fn default() -> AdaptiveStyle
fn default() -> AdaptiveStyle
Returns the “default value” for a type. Read more
Source§impl From<AdaptiveStyle> for Style
impl From<AdaptiveStyle> for Style
Source§fn from(value: AdaptiveStyle) -> Self
fn from(value: AdaptiveStyle) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for AdaptiveStyle
impl RefUnwindSafe for AdaptiveStyle
impl Send for AdaptiveStyle
impl Sync for AdaptiveStyle
impl Unpin for AdaptiveStyle
impl UnwindSafe for AdaptiveStyle
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