#[non_exhaustive]pub struct ReplicationBuilder { /* private fields */ }
Expand description
A builder for Replication
.
Implementations§
Source§impl ReplicationBuilder
impl ReplicationBuilder
Sourcepub fn replication_config_identifier(self, input: impl Into<String>) -> Self
pub fn replication_config_identifier(self, input: impl Into<String>) -> Self
The identifier for the ReplicationConfig
associated with the replication.
Sourcepub fn set_replication_config_identifier(self, input: Option<String>) -> Self
pub fn set_replication_config_identifier(self, input: Option<String>) -> Self
The identifier for the ReplicationConfig
associated with the replication.
Sourcepub fn get_replication_config_identifier(&self) -> &Option<String>
pub fn get_replication_config_identifier(&self) -> &Option<String>
The identifier for the ReplicationConfig
associated with the replication.
Sourcepub fn replication_config_arn(self, input: impl Into<String>) -> Self
pub fn replication_config_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name for the ReplicationConfig
associated with the replication.
Sourcepub fn set_replication_config_arn(self, input: Option<String>) -> Self
pub fn set_replication_config_arn(self, input: Option<String>) -> Self
The Amazon Resource Name for the ReplicationConfig
associated with the replication.
Sourcepub fn get_replication_config_arn(&self) -> &Option<String>
pub fn get_replication_config_arn(&self) -> &Option<String>
The Amazon Resource Name for the ReplicationConfig
associated with the replication.
Sourcepub fn source_endpoint_arn(self, input: impl Into<String>) -> Self
pub fn source_endpoint_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name for an existing Endpoint
the serverless replication uses for its data source.
Sourcepub fn set_source_endpoint_arn(self, input: Option<String>) -> Self
pub fn set_source_endpoint_arn(self, input: Option<String>) -> Self
The Amazon Resource Name for an existing Endpoint
the serverless replication uses for its data source.
Sourcepub fn get_source_endpoint_arn(&self) -> &Option<String>
pub fn get_source_endpoint_arn(&self) -> &Option<String>
The Amazon Resource Name for an existing Endpoint
the serverless replication uses for its data source.
Sourcepub fn target_endpoint_arn(self, input: impl Into<String>) -> Self
pub fn target_endpoint_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name for an existing Endpoint
the serverless replication uses for its data target.
Sourcepub fn set_target_endpoint_arn(self, input: Option<String>) -> Self
pub fn set_target_endpoint_arn(self, input: Option<String>) -> Self
The Amazon Resource Name for an existing Endpoint
the serverless replication uses for its data target.
Sourcepub fn get_target_endpoint_arn(&self) -> &Option<String>
pub fn get_target_endpoint_arn(&self) -> &Option<String>
The Amazon Resource Name for an existing Endpoint
the serverless replication uses for its data target.
Sourcepub fn replication_type(self, input: MigrationTypeValue) -> Self
pub fn replication_type(self, input: MigrationTypeValue) -> Self
The type of the serverless replication.
Sourcepub fn set_replication_type(self, input: Option<MigrationTypeValue>) -> Self
pub fn set_replication_type(self, input: Option<MigrationTypeValue>) -> Self
The type of the serverless replication.
Sourcepub fn get_replication_type(&self) -> &Option<MigrationTypeValue>
pub fn get_replication_type(&self) -> &Option<MigrationTypeValue>
The type of the serverless replication.
Sourcepub fn status(self, input: impl Into<String>) -> Self
pub fn status(self, input: impl Into<String>) -> Self
The current status of the serverless replication.
Sourcepub fn set_status(self, input: Option<String>) -> Self
pub fn set_status(self, input: Option<String>) -> Self
The current status of the serverless replication.
Sourcepub fn get_status(&self) -> &Option<String>
pub fn get_status(&self) -> &Option<String>
The current status of the serverless replication.
Sourcepub fn provision_data(self, input: ProvisionData) -> Self
pub fn provision_data(self, input: ProvisionData) -> Self
Information about provisioning resources for an DMS serverless replication.
Sourcepub fn set_provision_data(self, input: Option<ProvisionData>) -> Self
pub fn set_provision_data(self, input: Option<ProvisionData>) -> Self
Information about provisioning resources for an DMS serverless replication.
Sourcepub fn get_provision_data(&self) -> &Option<ProvisionData>
pub fn get_provision_data(&self) -> &Option<ProvisionData>
Information about provisioning resources for an DMS serverless replication.
Sourcepub fn stop_reason(self, input: impl Into<String>) -> Self
pub fn stop_reason(self, input: impl Into<String>) -> Self
The reason the replication task was stopped. This response parameter can return one of the following values:
-
"Stop Reason NORMAL"
-
"Stop Reason RECOVERABLE_ERROR"
-
"Stop Reason FATAL_ERROR"
-
"Stop Reason FULL_LOAD_ONLY_FINISHED"
-
"Stop Reason STOPPED_AFTER_FULL_LOAD"
– Full load completed, with cached changes not applied -
"Stop Reason STOPPED_AFTER_CACHED_EVENTS"
– Full load completed, with cached changes applied -
"Stop Reason EXPRESS_LICENSE_LIMITS_REACHED"
-
"Stop Reason STOPPED_AFTER_DDL_APPLY"
– User-defined stop task after DDL applied -
"Stop Reason STOPPED_DUE_TO_LOW_MEMORY"
-
"Stop Reason STOPPED_DUE_TO_LOW_DISK"
-
"Stop Reason STOPPED_AT_SERVER_TIME"
– User-defined server time for stopping task -
"Stop Reason STOPPED_AT_COMMIT_TIME"
– User-defined commit time for stopping task -
"Stop Reason RECONFIGURATION_RESTART"
-
"Stop Reason RECYCLE_TASK"
Sourcepub fn set_stop_reason(self, input: Option<String>) -> Self
pub fn set_stop_reason(self, input: Option<String>) -> Self
The reason the replication task was stopped. This response parameter can return one of the following values:
-
"Stop Reason NORMAL"
-
"Stop Reason RECOVERABLE_ERROR"
-
"Stop Reason FATAL_ERROR"
-
"Stop Reason FULL_LOAD_ONLY_FINISHED"
-
"Stop Reason STOPPED_AFTER_FULL_LOAD"
– Full load completed, with cached changes not applied -
"Stop Reason STOPPED_AFTER_CACHED_EVENTS"
– Full load completed, with cached changes applied -
"Stop Reason EXPRESS_LICENSE_LIMITS_REACHED"
-
"Stop Reason STOPPED_AFTER_DDL_APPLY"
– User-defined stop task after DDL applied -
"Stop Reason STOPPED_DUE_TO_LOW_MEMORY"
-
"Stop Reason STOPPED_DUE_TO_LOW_DISK"
-
"Stop Reason STOPPED_AT_SERVER_TIME"
– User-defined server time for stopping task -
"Stop Reason STOPPED_AT_COMMIT_TIME"
– User-defined commit time for stopping task -
"Stop Reason RECONFIGURATION_RESTART"
-
"Stop Reason RECYCLE_TASK"
Sourcepub fn get_stop_reason(&self) -> &Option<String>
pub fn get_stop_reason(&self) -> &Option<String>
The reason the replication task was stopped. This response parameter can return one of the following values:
-
"Stop Reason NORMAL"
-
"Stop Reason RECOVERABLE_ERROR"
-
"Stop Reason FATAL_ERROR"
-
"Stop Reason FULL_LOAD_ONLY_FINISHED"
-
"Stop Reason STOPPED_AFTER_FULL_LOAD"
– Full load completed, with cached changes not applied -
"Stop Reason STOPPED_AFTER_CACHED_EVENTS"
– Full load completed, with cached changes applied -
"Stop Reason EXPRESS_LICENSE_LIMITS_REACHED"
-
"Stop Reason STOPPED_AFTER_DDL_APPLY"
– User-defined stop task after DDL applied -
"Stop Reason STOPPED_DUE_TO_LOW_MEMORY"
-
"Stop Reason STOPPED_DUE_TO_LOW_DISK"
-
"Stop Reason STOPPED_AT_SERVER_TIME"
– User-defined server time for stopping task -
"Stop Reason STOPPED_AT_COMMIT_TIME"
– User-defined commit time for stopping task -
"Stop Reason RECONFIGURATION_RESTART"
-
"Stop Reason RECYCLE_TASK"
Sourcepub fn failure_messages(self, input: impl Into<String>) -> Self
pub fn failure_messages(self, input: impl Into<String>) -> Self
Appends an item to failure_messages
.
To override the contents of this collection use set_failure_messages
.
Error and other information about why a serverless replication failed.
Sourcepub fn set_failure_messages(self, input: Option<Vec<String>>) -> Self
pub fn set_failure_messages(self, input: Option<Vec<String>>) -> Self
Error and other information about why a serverless replication failed.
Sourcepub fn get_failure_messages(&self) -> &Option<Vec<String>>
pub fn get_failure_messages(&self) -> &Option<Vec<String>>
Error and other information about why a serverless replication failed.
Sourcepub fn replication_stats(self, input: ReplicationStats) -> Self
pub fn replication_stats(self, input: ReplicationStats) -> Self
This object provides a collection of statistics about a serverless replication.
Sourcepub fn set_replication_stats(self, input: Option<ReplicationStats>) -> Self
pub fn set_replication_stats(self, input: Option<ReplicationStats>) -> Self
This object provides a collection of statistics about a serverless replication.
Sourcepub fn get_replication_stats(&self) -> &Option<ReplicationStats>
pub fn get_replication_stats(&self) -> &Option<ReplicationStats>
This object provides a collection of statistics about a serverless replication.
Sourcepub fn start_replication_type(self, input: impl Into<String>) -> Self
pub fn start_replication_type(self, input: impl Into<String>) -> Self
The type of replication to start.
Sourcepub fn set_start_replication_type(self, input: Option<String>) -> Self
pub fn set_start_replication_type(self, input: Option<String>) -> Self
The type of replication to start.
Sourcepub fn get_start_replication_type(&self) -> &Option<String>
pub fn get_start_replication_type(&self) -> &Option<String>
The type of replication to start.
Sourcepub fn cdc_start_time(self, input: DateTime) -> Self
pub fn cdc_start_time(self, input: DateTime) -> Self
Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime
or CdcStartPosition
to specify when you want a CDC operation to start. Specifying both values results in an error.
Sourcepub fn set_cdc_start_time(self, input: Option<DateTime>) -> Self
pub fn set_cdc_start_time(self, input: Option<DateTime>) -> Self
Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime
or CdcStartPosition
to specify when you want a CDC operation to start. Specifying both values results in an error.
Sourcepub fn get_cdc_start_time(&self) -> &Option<DateTime>
pub fn get_cdc_start_time(&self) -> &Option<DateTime>
Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime
or CdcStartPosition
to specify when you want a CDC operation to start. Specifying both values results in an error.
Sourcepub fn cdc_start_position(self, input: impl Into<String>) -> Self
pub fn cdc_start_position(self, input: impl Into<String>) -> Self
Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime
or CdcStartPosition
to specify when you want a CDC operation to start. Specifying both values results in an error.
Sourcepub fn set_cdc_start_position(self, input: Option<String>) -> Self
pub fn set_cdc_start_position(self, input: Option<String>) -> Self
Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime
or CdcStartPosition
to specify when you want a CDC operation to start. Specifying both values results in an error.
Sourcepub fn get_cdc_start_position(&self) -> &Option<String>
pub fn get_cdc_start_position(&self) -> &Option<String>
Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime
or CdcStartPosition
to specify when you want a CDC operation to start. Specifying both values results in an error.
Sourcepub fn cdc_stop_position(self, input: impl Into<String>) -> Self
pub fn cdc_stop_position(self, input: impl Into<String>) -> Self
Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.
Sourcepub fn set_cdc_stop_position(self, input: Option<String>) -> Self
pub fn set_cdc_stop_position(self, input: Option<String>) -> Self
Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.
Sourcepub fn get_cdc_stop_position(&self) -> &Option<String>
pub fn get_cdc_stop_position(&self) -> &Option<String>
Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.
Sourcepub fn recovery_checkpoint(self, input: impl Into<String>) -> Self
pub fn recovery_checkpoint(self, input: impl Into<String>) -> Self
Indicates the last checkpoint that occurred during a change data capture (CDC) operation. You can provide this value to the CdcStartPosition
parameter to start a CDC operation that begins at that checkpoint.
Sourcepub fn set_recovery_checkpoint(self, input: Option<String>) -> Self
pub fn set_recovery_checkpoint(self, input: Option<String>) -> Self
Indicates the last checkpoint that occurred during a change data capture (CDC) operation. You can provide this value to the CdcStartPosition
parameter to start a CDC operation that begins at that checkpoint.
Sourcepub fn get_recovery_checkpoint(&self) -> &Option<String>
pub fn get_recovery_checkpoint(&self) -> &Option<String>
Indicates the last checkpoint that occurred during a change data capture (CDC) operation. You can provide this value to the CdcStartPosition
parameter to start a CDC operation that begins at that checkpoint.
Sourcepub fn replication_create_time(self, input: DateTime) -> Self
pub fn replication_create_time(self, input: DateTime) -> Self
The time the serverless replication was created.
Sourcepub fn set_replication_create_time(self, input: Option<DateTime>) -> Self
pub fn set_replication_create_time(self, input: Option<DateTime>) -> Self
The time the serverless replication was created.
Sourcepub fn get_replication_create_time(&self) -> &Option<DateTime>
pub fn get_replication_create_time(&self) -> &Option<DateTime>
The time the serverless replication was created.
Sourcepub fn replication_update_time(self, input: DateTime) -> Self
pub fn replication_update_time(self, input: DateTime) -> Self
The time the serverless replication was updated.
Sourcepub fn set_replication_update_time(self, input: Option<DateTime>) -> Self
pub fn set_replication_update_time(self, input: Option<DateTime>) -> Self
The time the serverless replication was updated.
Sourcepub fn get_replication_update_time(&self) -> &Option<DateTime>
pub fn get_replication_update_time(&self) -> &Option<DateTime>
The time the serverless replication was updated.
Sourcepub fn replication_last_stop_time(self, input: DateTime) -> Self
pub fn replication_last_stop_time(self, input: DateTime) -> Self
The timestamp when replication was last stopped.
Sourcepub fn set_replication_last_stop_time(self, input: Option<DateTime>) -> Self
pub fn set_replication_last_stop_time(self, input: Option<DateTime>) -> Self
The timestamp when replication was last stopped.
Sourcepub fn get_replication_last_stop_time(&self) -> &Option<DateTime>
pub fn get_replication_last_stop_time(&self) -> &Option<DateTime>
The timestamp when replication was last stopped.
Sourcepub fn replication_deprovision_time(self, input: DateTime) -> Self
pub fn replication_deprovision_time(self, input: DateTime) -> Self
The timestamp when DMS will deprovision the replication.
Sourcepub fn set_replication_deprovision_time(self, input: Option<DateTime>) -> Self
pub fn set_replication_deprovision_time(self, input: Option<DateTime>) -> Self
The timestamp when DMS will deprovision the replication.
Sourcepub fn get_replication_deprovision_time(&self) -> &Option<DateTime>
pub fn get_replication_deprovision_time(&self) -> &Option<DateTime>
The timestamp when DMS will deprovision the replication.
Sourcepub fn build(self) -> Replication
pub fn build(self) -> Replication
Consumes the builder and constructs a Replication
.
Trait Implementations§
Source§impl Clone for ReplicationBuilder
impl Clone for ReplicationBuilder
Source§fn clone(&self) -> ReplicationBuilder
fn clone(&self) -> ReplicationBuilder
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moreSource§impl Debug for ReplicationBuilder
impl Debug for ReplicationBuilder
Source§impl Default for ReplicationBuilder
impl Default for ReplicationBuilder
Source§fn default() -> ReplicationBuilder
fn default() -> ReplicationBuilder
Source§impl PartialEq for ReplicationBuilder
impl PartialEq for ReplicationBuilder
impl StructuralPartialEq for ReplicationBuilder
Auto Trait Implementations§
impl Freeze for ReplicationBuilder
impl RefUnwindSafe for ReplicationBuilder
impl Send for ReplicationBuilder
impl Sync for ReplicationBuilder
impl Unpin for ReplicationBuilder
impl UnwindSafe for ReplicationBuilder
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
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>
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>
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> Paint for Twhere
T: ?Sized,
impl<T> Paint for Twhere
T: ?Sized,
Source§fn fg(&self, value: Color) -> Painted<&T>
fn fg(&self, value: Color) -> Painted<&T>
Returns a styled value derived from self
with the foreground set to
value
.
This method should be used rarely. Instead, prefer to use color-specific
builder methods like red()
and
green()
, which have the same functionality but are
pithier.
§Example
Set foreground color to white using fg()
:
use yansi::{Paint, Color};
painted.fg(Color::White);
Set foreground color to white using white()
.
use yansi::Paint;
painted.white();
Source§fn bright_black(&self) -> Painted<&T>
fn bright_black(&self) -> Painted<&T>
Returns self
with the
fg()
set to
Color::BrightBlack
.
§Example
println!("{}", value.bright_black());
Source§fn bright_red(&self) -> Painted<&T>
fn bright_red(&self) -> Painted<&T>
Source§fn bright_green(&self) -> Painted<&T>
fn bright_green(&self) -> Painted<&T>
Returns self
with the
fg()
set to
Color::BrightGreen
.
§Example
println!("{}", value.bright_green());
Source§fn bright_yellow(&self) -> Painted<&T>
fn bright_yellow(&self) -> Painted<&T>
Returns self
with the
fg()
set to
Color::BrightYellow
.
§Example
println!("{}", value.bright_yellow());
Source§fn bright_blue(&self) -> Painted<&T>
fn bright_blue(&self) -> Painted<&T>
Source§fn bright_magenta(&self) -> Painted<&T>
fn bright_magenta(&self) -> Painted<&T>
Returns self
with the
fg()
set to
Color::BrightMagenta
.
§Example
println!("{}", value.bright_magenta());
Source§fn bright_cyan(&self) -> Painted<&T>
fn bright_cyan(&self) -> Painted<&T>
Source§fn bright_white(&self) -> Painted<&T>
fn bright_white(&self) -> Painted<&T>
Returns self
with the
fg()
set to
Color::BrightWhite
.
§Example
println!("{}", value.bright_white());
Source§fn bg(&self, value: Color) -> Painted<&T>
fn bg(&self, value: Color) -> Painted<&T>
Returns a styled value derived from self
with the background set to
value
.
This method should be used rarely. Instead, prefer to use color-specific
builder methods like on_red()
and
on_green()
, which have the same functionality but
are pithier.
§Example
Set background color to red using fg()
:
use yansi::{Paint, Color};
painted.bg(Color::Red);
Set background color to red using on_red()
.
use yansi::Paint;
painted.on_red();
Source§fn on_primary(&self) -> Painted<&T>
fn on_primary(&self) -> Painted<&T>
Source§fn on_magenta(&self) -> Painted<&T>
fn on_magenta(&self) -> Painted<&T>
Source§fn on_bright_black(&self) -> Painted<&T>
fn on_bright_black(&self) -> Painted<&T>
Returns self
with the
bg()
set to
Color::BrightBlack
.
§Example
println!("{}", value.on_bright_black());
Source§fn on_bright_red(&self) -> Painted<&T>
fn on_bright_red(&self) -> Painted<&T>
Source§fn on_bright_green(&self) -> Painted<&T>
fn on_bright_green(&self) -> Painted<&T>
Returns self
with the
bg()
set to
Color::BrightGreen
.
§Example
println!("{}", value.on_bright_green());
Source§fn on_bright_yellow(&self) -> Painted<&T>
fn on_bright_yellow(&self) -> Painted<&T>
Returns self
with the
bg()
set to
Color::BrightYellow
.
§Example
println!("{}", value.on_bright_yellow());
Source§fn on_bright_blue(&self) -> Painted<&T>
fn on_bright_blue(&self) -> Painted<&T>
Returns self
with the
bg()
set to
Color::BrightBlue
.
§Example
println!("{}", value.on_bright_blue());
Source§fn on_bright_magenta(&self) -> Painted<&T>
fn on_bright_magenta(&self) -> Painted<&T>
Returns self
with the
bg()
set to
Color::BrightMagenta
.
§Example
println!("{}", value.on_bright_magenta());
Source§fn on_bright_cyan(&self) -> Painted<&T>
fn on_bright_cyan(&self) -> Painted<&T>
Returns self
with the
bg()
set to
Color::BrightCyan
.
§Example
println!("{}", value.on_bright_cyan());
Source§fn on_bright_white(&self) -> Painted<&T>
fn on_bright_white(&self) -> Painted<&T>
Returns self
with the
bg()
set to
Color::BrightWhite
.
§Example
println!("{}", value.on_bright_white());
Source§fn attr(&self, value: Attribute) -> Painted<&T>
fn attr(&self, value: Attribute) -> Painted<&T>
Enables the styling Attribute
value
.
This method should be used rarely. Instead, prefer to use
attribute-specific builder methods like bold()
and
underline()
, which have the same functionality
but are pithier.
§Example
Make text bold using attr()
:
use yansi::{Paint, Attribute};
painted.attr(Attribute::Bold);
Make text bold using using bold()
.
use yansi::Paint;
painted.bold();
Source§fn underline(&self) -> Painted<&T>
fn underline(&self) -> Painted<&T>
Returns self
with the
attr()
set to
Attribute::Underline
.
§Example
println!("{}", value.underline());
Source§fn rapid_blink(&self) -> Painted<&T>
fn rapid_blink(&self) -> Painted<&T>
Returns self
with the
attr()
set to
Attribute::RapidBlink
.
§Example
println!("{}", value.rapid_blink());
Source§fn quirk(&self, value: Quirk) -> Painted<&T>
fn quirk(&self, value: Quirk) -> Painted<&T>
Enables the yansi
Quirk
value
.
This method should be used rarely. Instead, prefer to use quirk-specific
builder methods like mask()
and
wrap()
, which have the same functionality but are
pithier.
§Example
Enable wrapping using .quirk()
:
use yansi::{Paint, Quirk};
painted.quirk(Quirk::Wrap);
Enable wrapping using wrap()
.
use yansi::Paint;
painted.wrap();
Source§fn clear(&self) -> Painted<&T>
👎Deprecated since 1.0.1: renamed to resetting()
due to conflicts with Vec::clear()
.
The clear()
method will be removed in a future release.
fn clear(&self) -> Painted<&T>
resetting()
due to conflicts with Vec::clear()
.
The clear()
method will be removed in a future release.Source§fn whenever(&self, value: Condition) -> Painted<&T>
fn whenever(&self, value: Condition) -> Painted<&T>
Conditionally enable styling based on whether the Condition
value
applies. Replaces any previous condition.
See the crate level docs for more details.
§Example
Enable styling painted
only when both stdout
and stderr
are TTYs:
use yansi::{Paint, Condition};
painted.red().on_yellow().whenever(Condition::STDOUTERR_ARE_TTY);