pub struct RepositoryPathsResource {
pub ref_name: String,
pub commit_sha: String,
pub entries: Vec<RepositoryPathResource>,
}Fields§
§ref_name: String§commit_sha: String§entries: Vec<RepositoryPathResource>Trait Implementations§
impl ApiResource for RepositoryPathsResource
Source§impl Clone for RepositoryPathsResource
impl Clone for RepositoryPathsResource
Source§fn clone(&self) -> RepositoryPathsResource
fn clone(&self) -> RepositoryPathsResource
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 RepositoryPathsResource
impl Debug for RepositoryPathsResource
Source§impl<'de> Deserialize<'de> for RepositoryPathsResource
impl<'de> Deserialize<'de> for RepositoryPathsResource
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
impl Eq for RepositoryPathsResource
Source§impl PartialEq for RepositoryPathsResource
impl PartialEq for RepositoryPathsResource
Source§fn eq(&self, other: &RepositoryPathsResource) -> bool
fn eq(&self, other: &RepositoryPathsResource) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for RepositoryPathsResource
impl Serialize for RepositoryPathsResource
impl StructuralPartialEq for RepositoryPathsResource
Auto Trait Implementations§
impl Freeze for RepositoryPathsResource
impl RefUnwindSafe for RepositoryPathsResource
impl Send for RepositoryPathsResource
impl Sync for RepositoryPathsResource
impl Unpin for RepositoryPathsResource
impl UnsafeUnpin for RepositoryPathsResource
impl UnwindSafe for RepositoryPathsResource
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