pub struct InfoReport {
pub version: String,
pub flavor: String,
pub license: Option<String>,
pub spaces: Option<Vec<String>>,
}Expand description
The stack-derived half of info’s report. The caller prepends the
profile fields (elasticctl_version, profile, kibana_url, space)
it alone can supply.
Fields§
§version: String§flavor: String§license: Option<String>§spaces: Option<Vec<String>>Trait Implementations§
Source§impl Clone for InfoReport
impl Clone for InfoReport
Source§fn clone(&self) -> InfoReport
fn clone(&self) -> InfoReport
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for InfoReport
impl Debug for InfoReport
Source§impl PartialEq for InfoReport
impl PartialEq for InfoReport
impl StructuralPartialEq for InfoReport
Auto Trait Implementations§
impl Freeze for InfoReport
impl RefUnwindSafe for InfoReport
impl Send for InfoReport
impl Sync for InfoReport
impl Unpin for InfoReport
impl UnsafeUnpin for InfoReport
impl UnwindSafe for InfoReport
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