pub struct DeploySpec {
pub wrap_bin_scripts: bool,
}Expand description
An undocumented part of the rockspec format.
Specifies additional install options
Fields§
§wrap_bin_scripts: boolWhether to wrap installed Lua bin scripts to be executed with
the detected or configured Lua installation.
Defaults to true.
Trait Implementations§
Source§impl Clone for DeploySpec
impl Clone for DeploySpec
Source§fn clone(&self) -> DeploySpec
fn clone(&self) -> DeploySpec
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 DeploySpec
impl Debug for DeploySpec
Source§impl Default for DeploySpec
impl Default for DeploySpec
Source§impl<'de> Deserialize<'de> for DeploySpec
impl<'de> Deserialize<'de> for DeploySpec
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 DeploySpec
impl PartialEq for DeploySpec
Source§impl PartialOverride for DeploySpec
impl PartialOverride for DeploySpec
type Err = Infallible
fn apply_overrides(&self, override_spec: &Self) -> Result<Self, Self::Err>
Source§impl PlatformOverridable for DeploySpec
impl PlatformOverridable for DeploySpec
type Err = Infallible
fn on_nil<T>() -> Result<PerPlatform<T>, <Self as PlatformOverridable>::Err>where
T: PlatformOverridable + Default,
impl StructuralPartialEq for DeploySpec
Auto Trait Implementations§
impl Freeze for DeploySpec
impl RefUnwindSafe for DeploySpec
impl Send for DeploySpec
impl Sync for DeploySpec
impl Unpin for DeploySpec
impl UnwindSafe for DeploySpec
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> Pointable for T
impl<T> Pointable for T
Source§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
Source§impl<'p, T> Seq<'p, T> for Twhere
T: Clone,
impl<'p, T> Seq<'p, T> for Twhere
T: Clone,
Source§impl<T, S> SpanWrap<S> for Twhere
S: WrappingSpan<T>,
impl<T, S> SpanWrap<S> for Twhere
S: WrappingSpan<T>,
Source§fn with_span(self, span: S) -> <S as WrappingSpan<Self>>::Spanned
fn with_span(self, span: S) -> <S as WrappingSpan<Self>>::Spanned
Invokes
WrappingSpan::make_wrapped to wrap an AST node in a span.