pub struct ProjectResolutionRequest {
pub fingerprint: RepositoryFingerprint,
pub suggested_slug: Option<String>,
pub checkout_binding: Option<CheckoutBinding>,
pub project_metadata: Option<ProjectMetadataEnvelope>,
}Fields§
§fingerprint: RepositoryFingerprint§suggested_slug: Option<String>§checkout_binding: Option<CheckoutBinding>§project_metadata: Option<ProjectMetadataEnvelope>Trait Implementations§
Source§impl Clone for ProjectResolutionRequest
impl Clone for ProjectResolutionRequest
Source§fn clone(&self) -> ProjectResolutionRequest
fn clone(&self) -> ProjectResolutionRequest
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 ProjectResolutionRequest
impl Debug for ProjectResolutionRequest
Source§impl<'de> Deserialize<'de> for ProjectResolutionRequest
impl<'de> Deserialize<'de> for ProjectResolutionRequest
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 ProjectResolutionRequest
impl RefUnwindSafe for ProjectResolutionRequest
impl Send for ProjectResolutionRequest
impl Sync for ProjectResolutionRequest
impl Unpin for ProjectResolutionRequest
impl UnsafeUnpin for ProjectResolutionRequest
impl UnwindSafe for ProjectResolutionRequest
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