pub struct TextDocument {}Fields§
§t: String§f: String§s: f32§j: u8§tr: f32§lh: f32§ls: Option<f32>§fc: Vec4§sc: Option<Vec4>§sw: Option<f32>§of: Option<bool>§sz: Option<Vec2>§ps: Option<Vec2>Trait Implementations§
Source§impl Clone for TextDocument
impl Clone for TextDocument
Source§fn clone(&self) -> TextDocument
fn clone(&self) -> TextDocument
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 TextDocument
impl Debug for TextDocument
Source§impl Default for TextDocument
impl Default for TextDocument
Source§fn default() -> TextDocument
fn default() -> TextDocument
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TextDocument
impl<'de> Deserialize<'de> for TextDocument
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 TextDocument
impl RefUnwindSafe for TextDocument
impl Send for TextDocument
impl Sync for TextDocument
impl Unpin for TextDocument
impl UnwindSafe for TextDocument
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