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