Struct northstar_runtime::runtime::config::Console
source · pub struct Console {
pub global: Option<ConsoleGlobal>,
pub options: Option<ConsoleOptions>,
}Expand description
Console Quality of Service
Fields§
§global: Option<ConsoleGlobal>Globally accessible console.
options: Option<ConsoleOptions>Options for console connections with containers.
Trait Implementations§
source§impl<'de> Deserialize<'de> for Console
impl<'de> Deserialize<'de> for Console
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl RefUnwindSafe for Console
impl Send for Console
impl Sync for Console
impl Unpin for Console
impl UnwindSafe for Console
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