pub struct GetRepositoryPathsRequest {
pub ref_name: String,
}Fields§
§ref_name: StringTrait Implementations§
impl ApiRequest for GetRepositoryPathsRequest
Source§impl Debug for GetRepositoryPathsRequest
impl Debug for GetRepositoryPathsRequest
Source§impl<'de> Deserialize<'de> for GetRepositoryPathsRequest
impl<'de> Deserialize<'de> for GetRepositoryPathsRequest
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 GetRepositoryPathsRequest
impl RefUnwindSafe for GetRepositoryPathsRequest
impl Send for GetRepositoryPathsRequest
impl Sync for GetRepositoryPathsRequest
impl Unpin for GetRepositoryPathsRequest
impl UnsafeUnpin for GetRepositoryPathsRequest
impl UnwindSafe for GetRepositoryPathsRequest
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