pub struct ScopedStyle {
pub scope: String,
}Expand description
Helper struct for managing a single scoped style instance.
Fields§
§scope: StringImplementations§
Trait Implementations§
Source§impl Clone for ScopedStyle
impl Clone for ScopedStyle
Source§fn clone(&self) -> ScopedStyle
fn clone(&self) -> ScopedStyle
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 ScopedStyle
impl Debug for ScopedStyle
Auto Trait Implementations§
impl Freeze for ScopedStyle
impl RefUnwindSafe for ScopedStyle
impl Send for ScopedStyle
impl Sync for ScopedStyle
impl Unpin for ScopedStyle
impl UnwindSafe for ScopedStyle
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