Struct assemblyline_models::datastore::tagging::FilePowerShell
source · pub struct FilePowerShell {
pub cmdlet: Option<Vec<String>>,
}
Expand description
PowerShell File Tag Model
Fields§
§cmdlet: Option<Vec<String>>
Cmdlet
Trait Implementations§
source§impl Debug for FilePowerShell
impl Debug for FilePowerShell
source§impl Default for FilePowerShell
impl Default for FilePowerShell
source§fn default() -> FilePowerShell
fn default() -> FilePowerShell
Returns the “default value” for a type. Read more
source§impl Described<ElasticMeta> for FilePowerShell
impl Described<ElasticMeta> for FilePowerShell
source§fn metadata() -> Descriptor<ElasticMeta>
fn metadata() -> Descriptor<ElasticMeta>
Get self description of this type
source§impl<'de> Deserialize<'de> for FilePowerShell
impl<'de> Deserialize<'de> for FilePowerShell
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 FilePowerShell
impl Send for FilePowerShell
impl Sync for FilePowerShell
impl Unpin for FilePowerShell
impl UnwindSafe for FilePowerShell
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