pub enum SetScopeTextMethod {
SetScopeText,
}Variants§
SetScopeText
Trait Implementations§
Source§impl Clone for SetScopeTextMethod
impl Clone for SetScopeTextMethod
Source§fn clone(&self) -> SetScopeTextMethod
fn clone(&self) -> SetScopeTextMethod
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 SetScopeTextMethod
impl Debug for SetScopeTextMethod
Source§impl<'de> Deserialize<'de> for SetScopeTextMethod
impl<'de> Deserialize<'de> for SetScopeTextMethod
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 SetScopeTextMethod
impl PartialEq for SetScopeTextMethod
Source§impl Serialize for SetScopeTextMethod
impl Serialize for SetScopeTextMethod
impl StructuralPartialEq for SetScopeTextMethod
Auto Trait Implementations§
impl Freeze for SetScopeTextMethod
impl RefUnwindSafe for SetScopeTextMethod
impl Send for SetScopeTextMethod
impl Sync for SetScopeTextMethod
impl Unpin for SetScopeTextMethod
impl UnsafeUnpin for SetScopeTextMethod
impl UnwindSafe for SetScopeTextMethod
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