pub struct PackageInstallScriptRef(/* private fields */);Expand description
A bit of shell script to install brew/apt/chocolatey/etc. packages
Implementations§
Trait Implementations§
Source§impl AsRef<PackageInstallScriptRef> for PackageInstallScript
impl AsRef<PackageInstallScriptRef> for PackageInstallScript
Source§fn as_ref(&self) -> &PackageInstallScriptRef
fn as_ref(&self) -> &PackageInstallScriptRef
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<str> for PackageInstallScriptRef
impl AsRef<str> for PackageInstallScriptRef
Source§impl Borrow<PackageInstallScriptRef> for PackageInstallScript
impl Borrow<PackageInstallScriptRef> for PackageInstallScript
Source§fn borrow(&self) -> &PackageInstallScriptRef
fn borrow(&self) -> &PackageInstallScriptRef
Immutably borrows from an owned value. Read more
Source§impl Borrow<str> for PackageInstallScriptRef
impl Borrow<str> for PackageInstallScriptRef
Source§impl Debug for PackageInstallScriptRef
impl Debug for PackageInstallScriptRef
Source§impl Display for PackageInstallScriptRef
impl Display for PackageInstallScriptRef
Source§impl From<&PackageInstallScriptRef> for Arc<PackageInstallScriptRef>
impl From<&PackageInstallScriptRef> for Arc<PackageInstallScriptRef>
Source§fn from(r: &PackageInstallScriptRef) -> Self
fn from(r: &PackageInstallScriptRef) -> Self
Converts to this type from the input type.
Source§impl From<&PackageInstallScriptRef> for Rc<PackageInstallScriptRef>
impl From<&PackageInstallScriptRef> for Rc<PackageInstallScriptRef>
Source§fn from(r: &PackageInstallScriptRef) -> Self
fn from(r: &PackageInstallScriptRef) -> Self
Converts to this type from the input type.
Source§impl<'a> From<&'a str> for &'a PackageInstallScriptRef
impl<'a> From<&'a str> for &'a PackageInstallScriptRef
Source§fn from(s: &'a str) -> &'a PackageInstallScriptRef
fn from(s: &'a str) -> &'a PackageInstallScriptRef
Converts to this type from the input type.
Source§impl Hash for PackageInstallScriptRef
impl Hash for PackageInstallScriptRef
Source§impl Ord for PackageInstallScriptRef
impl Ord for PackageInstallScriptRef
Source§impl PartialEq for PackageInstallScriptRef
impl PartialEq for PackageInstallScriptRef
Source§impl PartialOrd for PackageInstallScriptRef
impl PartialOrd for PackageInstallScriptRef
Source§impl ToOwned for PackageInstallScriptRef
impl ToOwned for PackageInstallScriptRef
Source§type Owned = PackageInstallScript
type Owned = PackageInstallScript
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