pub struct CodeMirrorModeObject {
pub name: String,
pub version: usize,
}
Fields§
§name: String
§version: usize
Trait Implementations§
Source§impl Clone for CodeMirrorModeObject
impl Clone for CodeMirrorModeObject
Source§fn clone(&self) -> CodeMirrorModeObject
fn clone(&self) -> CodeMirrorModeObject
Returns a copy 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 CodeMirrorModeObject
impl Debug for CodeMirrorModeObject
Source§impl<'de> Deserialize<'de> for CodeMirrorModeObject
impl<'de> Deserialize<'de> for CodeMirrorModeObject
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
Auto Trait Implementations§
impl Freeze for CodeMirrorModeObject
impl RefUnwindSafe for CodeMirrorModeObject
impl Send for CodeMirrorModeObject
impl Sync for CodeMirrorModeObject
impl Unpin for CodeMirrorModeObject
impl UnwindSafe for CodeMirrorModeObject
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