Struct cargo::ops::OwnersOptions
source · [−]pub struct OwnersOptions {
pub krate: Option<String>,
pub token: Option<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<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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more