pub struct SubtypesParams {
pub workspace_root: String,
pub path: String,
pub line: u32,
pub column: u32,
pub context: u32,
pub head: u32,
}Fields§
§workspace_root: String§path: String§line: u32§column: u32§context: u32§head: u32Trait Implementations§
Source§impl Clone for SubtypesParams
impl Clone for SubtypesParams
Source§fn clone(&self) -> SubtypesParams
fn clone(&self) -> SubtypesParams
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 SubtypesParams
impl Debug for SubtypesParams
Source§impl<'de> Deserialize<'de> for SubtypesParams
impl<'de> Deserialize<'de> for SubtypesParams
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 SubtypesParams
impl RefUnwindSafe for SubtypesParams
impl Send for SubtypesParams
impl Sync for SubtypesParams
impl Unpin for SubtypesParams
impl UnsafeUnpin for SubtypesParams
impl UnwindSafe for SubtypesParams
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