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 Freeze for OwnersOptions
impl RefUnwindSafe for OwnersOptions
impl Send for OwnersOptions
impl Sync for OwnersOptions
impl Unpin for OwnersOptions
impl UnsafeUnpin for OwnersOptions
impl UnwindSafe for OwnersOptions
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