pub struct VampireInclude {
pub span: Range<usize>,
pub path: String,
pub selection: Vec<String>,
}Expand description
Vampire 包含指令
Fields§
§span: Range<usize>§path: String§selection: Vec<String>Trait Implementations§
Source§impl Clone for VampireInclude
impl Clone for VampireInclude
Source§fn clone(&self) -> VampireInclude
fn clone(&self) -> VampireInclude
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 VampireInclude
impl Debug for VampireInclude
Source§impl<'de> Deserialize<'de> for VampireInclude
impl<'de> Deserialize<'de> for VampireInclude
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 VampireInclude
impl RefUnwindSafe for VampireInclude
impl Send for VampireInclude
impl Sync for VampireInclude
impl Unpin for VampireInclude
impl UnwindSafe for VampireInclude
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