Struct cargo::ops::OwnersOptions
source · pub struct OwnersOptions {
pub krate: Option<String>,
pub token: Option<Secret<String>>,
pub index: Option<String>,
pub to_add: Option<Vec<String>>,
pub to_remove: Option<Vec<String>>,
pub list: bool,
pub registry: Option<String>,
}
Fields§
§krate: Option<String>
§token: Option<Secret<String>>
§index: Option<String>
§to_add: Option<Vec<String>>
§to_remove: Option<Vec<String>>
§list: bool
§registry: Option<String>
Auto Trait Implementations§
impl RefUnwindSafe for OwnersOptions
impl Send for OwnersOptions
impl Sync for OwnersOptions
impl Unpin for OwnersOptions
impl UnwindSafe for OwnersOptions
Blanket Implementations§
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 152 bytes