pub struct IndexPathspecsOutput {
pub pathspecs: Vec<String>,
}Fields§
§pathspecs: Vec<String>Trait Implementations§
Source§impl Clone for IndexPathspecsOutput
impl Clone for IndexPathspecsOutput
Source§fn clone(&self) -> IndexPathspecsOutput
fn clone(&self) -> IndexPathspecsOutput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 IndexPathspecsOutput
impl Debug for IndexPathspecsOutput
Source§impl<'de> Deserialize<'de> for IndexPathspecsOutput
impl<'de> Deserialize<'de> for IndexPathspecsOutput
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 IndexPathspecsOutput
impl RefUnwindSafe for IndexPathspecsOutput
impl Send for IndexPathspecsOutput
impl Sync for IndexPathspecsOutput
impl Unpin for IndexPathspecsOutput
impl UnsafeUnpin for IndexPathspecsOutput
impl UnwindSafe for IndexPathspecsOutput
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