pub struct PowerShellExit {
pub code: Option<Box<PowerShellExpression>>,
}Expand description
PowerShell exit 语句
Fields§
§code: Option<Box<PowerShellExpression>>Trait Implementations§
Source§impl Clone for PowerShellExit
impl Clone for PowerShellExit
Source§fn clone(&self) -> PowerShellExit
fn clone(&self) -> PowerShellExit
Returns a duplicate of the value. Read more
1.0.0 · 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 PowerShellExit
impl Debug for PowerShellExit
Source§impl<'de> Deserialize<'de> for PowerShellExit
impl<'de> Deserialize<'de> for PowerShellExit
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
Source§impl PartialEq for PowerShellExit
impl PartialEq for PowerShellExit
Source§impl Serialize for PowerShellExit
impl Serialize for PowerShellExit
impl StructuralPartialEq for PowerShellExit
Auto Trait Implementations§
impl Freeze for PowerShellExit
impl RefUnwindSafe for PowerShellExit
impl Send for PowerShellExit
impl Sync for PowerShellExit
impl Unpin for PowerShellExit
impl UnwindSafe for PowerShellExit
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