pub struct StylesheetResource;Expand description
Marker type for stylesheet resources.
Trait Implementations§
Source§impl Clone for StylesheetResource
impl Clone for StylesheetResource
Source§fn clone(&self) -> StylesheetResource
fn clone(&self) -> StylesheetResource
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 StylesheetResource
impl Debug for StylesheetResource
impl Copy for StylesheetResource
Auto Trait Implementations§
impl Freeze for StylesheetResource
impl RefUnwindSafe for StylesheetResource
impl Send for StylesheetResource
impl Sync for StylesheetResource
impl Unpin for StylesheetResource
impl UnwindSafe for StylesheetResource
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