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