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