pub struct PowershellScriptRef(/* private fields */);Expand description
A bit of powershell script, ran on CI runners. Can be multi-line.
Implementations§
Trait Implementations§
Source§impl AsRef<PowershellScriptRef> for PowershellScript
impl AsRef<PowershellScriptRef> for PowershellScript
Source§fn as_ref(&self) -> &PowershellScriptRef
fn as_ref(&self) -> &PowershellScriptRef
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<str> for PowershellScriptRef
impl AsRef<str> for PowershellScriptRef
Source§impl Borrow<PowershellScriptRef> for PowershellScript
impl Borrow<PowershellScriptRef> for PowershellScript
Source§fn borrow(&self) -> &PowershellScriptRef
fn borrow(&self) -> &PowershellScriptRef
Immutably borrows from an owned value. Read more
Source§impl Borrow<str> for PowershellScriptRef
impl Borrow<str> for PowershellScriptRef
Source§impl Debug for PowershellScriptRef
impl Debug for PowershellScriptRef
Source§impl Display for PowershellScriptRef
impl Display for PowershellScriptRef
Source§impl From<&PowershellScriptRef> for Arc<PowershellScriptRef>
impl From<&PowershellScriptRef> for Arc<PowershellScriptRef>
Source§fn from(r: &PowershellScriptRef) -> Self
fn from(r: &PowershellScriptRef) -> Self
Converts to this type from the input type.
Source§impl From<&PowershellScriptRef> for Rc<PowershellScriptRef>
impl From<&PowershellScriptRef> for Rc<PowershellScriptRef>
Source§fn from(r: &PowershellScriptRef) -> Self
fn from(r: &PowershellScriptRef) -> Self
Converts to this type from the input type.
Source§impl<'a> From<&'a str> for &'a PowershellScriptRef
impl<'a> From<&'a str> for &'a PowershellScriptRef
Source§fn from(s: &'a str) -> &'a PowershellScriptRef
fn from(s: &'a str) -> &'a PowershellScriptRef
Converts to this type from the input type.
Source§impl Hash for PowershellScriptRef
impl Hash for PowershellScriptRef
Source§impl Ord for PowershellScriptRef
impl Ord for PowershellScriptRef
Source§impl PartialEq<&PowershellScriptRef> for PowershellScript
impl PartialEq<&PowershellScriptRef> for PowershellScript
Source§impl PartialEq<PowershellScript> for &PowershellScriptRef
impl PartialEq<PowershellScript> for &PowershellScriptRef
Source§impl PartialEq for PowershellScriptRef
impl PartialEq for PowershellScriptRef
Source§impl PartialOrd for PowershellScriptRef
impl PartialOrd for PowershellScriptRef
Source§impl ToOwned for PowershellScriptRef
impl ToOwned for PowershellScriptRef
Source§type Owned = PowershellScript
type Owned = PowershellScript
The resulting type after obtaining ownership.
Source§fn to_owned(&self) -> Self::Owned
fn to_owned(&self) -> Self::Owned
Creates owned data from borrowed data, usually by cloning. Read more
1.63.0§fn clone_into(&self, target: &mut Self::Owned)
fn clone_into(&self, target: &mut Self::Owned)
Uses borrowed data to replace owned data, usually by cloning. Read more