pub struct ShowCmdInstance {
pub moniker: Moniker,
pub url: String,
pub environment: Option<String>,
pub instance_id: Option<String>,
pub resolved: Option<ShowCmdResolvedInfo>,
}
Fields§
§moniker: Moniker
§url: String
§environment: Option<String>
§instance_id: Option<String>
§resolved: Option<ShowCmdResolvedInfo>
Auto Trait Implementations§
impl Freeze for ShowCmdInstance
impl RefUnwindSafe for ShowCmdInstance
impl Send for ShowCmdInstance
impl Sync for ShowCmdInstance
impl Unpin for ShowCmdInstance
impl UnwindSafe for ShowCmdInstance
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