pub struct PowerShellAttribute {
pub name: String,
pub arguments: Vec<PowerShellExpression>,
}Expand description
PowerShell 属性
Fields§
§name: String§arguments: Vec<PowerShellExpression>Trait Implementations§
Source§impl Clone for PowerShellAttribute
impl Clone for PowerShellAttribute
Source§fn clone(&self) -> PowerShellAttribute
fn clone(&self) -> PowerShellAttribute
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 PowerShellAttribute
impl Debug for PowerShellAttribute
Source§impl<'de> Deserialize<'de> for PowerShellAttribute
impl<'de> Deserialize<'de> for PowerShellAttribute
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 PowerShellAttribute
impl PartialEq for PowerShellAttribute
Source§impl Serialize for PowerShellAttribute
impl Serialize for PowerShellAttribute
impl StructuralPartialEq for PowerShellAttribute
Auto Trait Implementations§
impl Freeze for PowerShellAttribute
impl RefUnwindSafe for PowerShellAttribute
impl Send for PowerShellAttribute
impl Sync for PowerShellAttribute
impl Unpin for PowerShellAttribute
impl UnwindSafe for PowerShellAttribute
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