#[repr(C)]pub struct WireChild<'de> { /* private fields */ }
Expand description
The wire type corresponding to Child
.
Implementations§
Source§impl<'de> WireChild<'de>
impl<'de> WireChild<'de>
pub fn name(&self) -> Option<&WireString<'de>>
pub fn url(&self) -> Option<&WireString<'de>>
pub fn startup(&self) -> Option<&WireStartupMode>
pub fn environment(&self) -> Option<&WireString<'de>>
pub fn on_terminate(&self) -> Option<&WireOnTerminate>
pub fn config_overrides( &self, ) -> Option<&WireVector<'de, WireConfigOverride<'de>>>
Trait Implementations§
Auto Trait Implementations§
impl<'de> Freeze for WireChild<'de>
impl<'de> RefUnwindSafe for WireChild<'de>
impl<'de> !Send for WireChild<'de>
impl<'de> !Sync for WireChild<'de>
impl<'de> Unpin for WireChild<'de>
impl<'de> !UnwindSafe for WireChild<'de>
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