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