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