pub struct SetScopeTextResult {
pub scope: CssScope,
}Fields§
§scope: CssScopeThe resulting CSS Scope rule after modification.
Trait Implementations§
Source§impl Clone for SetScopeTextResult
impl Clone for SetScopeTextResult
Source§fn clone(&self) -> SetScopeTextResult
fn clone(&self) -> SetScopeTextResult
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 SetScopeTextResult
impl Debug for SetScopeTextResult
Source§impl<'de> Deserialize<'de> for SetScopeTextResult
impl<'de> Deserialize<'de> for SetScopeTextResult
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 SetScopeTextResult
impl PartialEq for SetScopeTextResult
Source§impl Serialize for SetScopeTextResult
impl Serialize for SetScopeTextResult
Source§impl TryFrom<Value> for SetScopeTextResult
impl TryFrom<Value> for SetScopeTextResult
impl StructuralPartialEq for SetScopeTextResult
Auto Trait Implementations§
impl Freeze for SetScopeTextResult
impl RefUnwindSafe for SetScopeTextResult
impl Send for SetScopeTextResult
impl Sync for SetScopeTextResult
impl Unpin for SetScopeTextResult
impl UnsafeUnpin for SetScopeTextResult
impl UnwindSafe for SetScopeTextResult
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