pub struct RepoOptions {
pub name: String,
}
Fields§
§name: String
Implementations§
Trait Implementations§
Source§impl Debug for RepoOptions
impl Debug for RepoOptions
Source§impl Default for RepoOptions
impl Default for RepoOptions
Source§fn default() -> RepoOptions
fn default() -> RepoOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RepoOptions
impl RefUnwindSafe for RepoOptions
impl Send for RepoOptions
impl Sync for RepoOptions
impl Unpin for RepoOptions
impl UnwindSafe for RepoOptions
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