pub enum CreateStyleSheetMethod {
CreateStyleSheet,
}Variants§
CreateStyleSheet
Trait Implementations§
Source§impl Clone for CreateStyleSheetMethod
impl Clone for CreateStyleSheetMethod
Source§fn clone(&self) -> CreateStyleSheetMethod
fn clone(&self) -> CreateStyleSheetMethod
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 CreateStyleSheetMethod
impl Debug for CreateStyleSheetMethod
Source§impl<'de> Deserialize<'de> for CreateStyleSheetMethod
impl<'de> Deserialize<'de> for CreateStyleSheetMethod
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for CreateStyleSheetMethod
impl PartialEq for CreateStyleSheetMethod
Source§impl Serialize for CreateStyleSheetMethod
impl Serialize for CreateStyleSheetMethod
impl StructuralPartialEq for CreateStyleSheetMethod
Auto Trait Implementations§
impl Freeze for CreateStyleSheetMethod
impl RefUnwindSafe for CreateStyleSheetMethod
impl Send for CreateStyleSheetMethod
impl Sync for CreateStyleSheetMethod
impl Unpin for CreateStyleSheetMethod
impl UnsafeUnpin for CreateStyleSheetMethod
impl UnwindSafe for CreateStyleSheetMethod
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