pub struct overflow_inline;Trait Implementations§
Source§impl Clone for overflow_inline
impl Clone for overflow_inline
Source§fn clone(&self) -> overflow_inline
fn clone(&self) -> overflow_inline
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 CssProperty for overflow_inline
impl CssProperty for overflow_inline
Auto Trait Implementations§
impl Freeze for overflow_inline
impl RefUnwindSafe for overflow_inline
impl Send for overflow_inline
impl Sync for overflow_inline
impl Unpin for overflow_inline
impl UnwindSafe for overflow_inline
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