pub struct InfoOpts {
pub json: bool,
pub max_versions: u64,
}Fields§
§json: bool§max_versions: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for InfoOpts
impl RefUnwindSafe for InfoOpts
impl Send for InfoOpts
impl Sync for InfoOpts
impl Unpin for InfoOpts
impl UnwindSafe for InfoOpts
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