pub struct PypiClaimConfig {
pub registry_url: String,
}Expand description
Configuration for claiming a PyPI platform identity.
Fields§
§registry_url: StringRegistry URL to submit the claim to.
Auto Trait Implementations§
impl Freeze for PypiClaimConfig
impl RefUnwindSafe for PypiClaimConfig
impl Send for PypiClaimConfig
impl Sync for PypiClaimConfig
impl Unpin for PypiClaimConfig
impl UnsafeUnpin for PypiClaimConfig
impl UnwindSafe for PypiClaimConfig
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