pub struct PowerShellBreak {
pub label: Option<String>,
}Expand description
PowerShell break 语句
Fields§
§label: Option<String>Trait Implementations§
Source§impl Clone for PowerShellBreak
impl Clone for PowerShellBreak
Source§fn clone(&self) -> PowerShellBreak
fn clone(&self) -> PowerShellBreak
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 PowerShellBreak
impl Debug for PowerShellBreak
Source§impl<'de> Deserialize<'de> for PowerShellBreak
impl<'de> Deserialize<'de> for PowerShellBreak
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 PowerShellBreak
impl PartialEq for PowerShellBreak
Source§impl Serialize for PowerShellBreak
impl Serialize for PowerShellBreak
impl StructuralPartialEq for PowerShellBreak
Auto Trait Implementations§
impl Freeze for PowerShellBreak
impl RefUnwindSafe for PowerShellBreak
impl Send for PowerShellBreak
impl Sync for PowerShellBreak
impl Unpin for PowerShellBreak
impl UnwindSafe for PowerShellBreak
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