pub struct RegistryOptions {
pub name: String,
pub git_init: bool,
pub sections: bool,
}Fields§
§name: String§git_init: bool§sections: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for RegistryOptions
impl RefUnwindSafe for RegistryOptions
impl Send for RegistryOptions
impl Sync for RegistryOptions
impl Unpin for RegistryOptions
impl UnsafeUnpin for RegistryOptions
impl UnwindSafe for RegistryOptions
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