pub struct RepoPathsOutput {
pub dirs: Vec<String>,
pub files: Vec<String>,
}Fields§
§dirs: Vec<String>§files: Vec<String>Implementations§
Trait Implementations§
Source§impl Clone for RepoPathsOutput
impl Clone for RepoPathsOutput
Source§fn clone(&self) -> RepoPathsOutput
fn clone(&self) -> RepoPathsOutput
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 RepoPathsOutput
impl Debug for RepoPathsOutput
Source§impl Default for RepoPathsOutput
impl Default for RepoPathsOutput
Source§fn default() -> RepoPathsOutput
fn default() -> RepoPathsOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RepoPathsOutput
impl<'de> Deserialize<'de> for RepoPathsOutput
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
Source§impl PartialEq for RepoPathsOutput
impl PartialEq for RepoPathsOutput
Source§impl Serialize for RepoPathsOutput
impl Serialize for RepoPathsOutput
impl StructuralPartialEq for RepoPathsOutput
Auto Trait Implementations§
impl Freeze for RepoPathsOutput
impl RefUnwindSafe for RepoPathsOutput
impl Send for RepoPathsOutput
impl Sync for RepoPathsOutput
impl Unpin for RepoPathsOutput
impl UnwindSafe for RepoPathsOutput
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