#[non_exhaustive]pub struct LustreFileSystemConfigurationBuilder { /* private fields */ }
Expand description
A builder for LustreFileSystemConfiguration
.
Implementations§
Source§impl LustreFileSystemConfigurationBuilder
impl LustreFileSystemConfigurationBuilder
Sourcepub fn weekly_maintenance_start_time(self, input: impl Into<String>) -> Self
pub fn weekly_maintenance_start_time(self, input: impl Into<String>) -> Self
The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. Here, d
is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.
Sourcepub fn set_weekly_maintenance_start_time(self, input: Option<String>) -> Self
pub fn set_weekly_maintenance_start_time(self, input: Option<String>) -> Self
The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. Here, d
is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.
Sourcepub fn get_weekly_maintenance_start_time(&self) -> &Option<String>
pub fn get_weekly_maintenance_start_time(&self) -> &Option<String>
The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. Here, d
is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.
Sourcepub fn data_repository_configuration(
self,
input: DataRepositoryConfiguration,
) -> Self
pub fn data_repository_configuration( self, input: DataRepositoryConfiguration, ) -> Self
The data repository configuration object for Lustre file systems returned in the response of the CreateFileSystem
operation.
This data type is not supported on file systems with a data repository association. For file systems with a data repository association, see .
Sourcepub fn set_data_repository_configuration(
self,
input: Option<DataRepositoryConfiguration>,
) -> Self
pub fn set_data_repository_configuration( self, input: Option<DataRepositoryConfiguration>, ) -> Self
The data repository configuration object for Lustre file systems returned in the response of the CreateFileSystem
operation.
This data type is not supported on file systems with a data repository association. For file systems with a data repository association, see .
Sourcepub fn get_data_repository_configuration(
&self,
) -> &Option<DataRepositoryConfiguration>
pub fn get_data_repository_configuration( &self, ) -> &Option<DataRepositoryConfiguration>
The data repository configuration object for Lustre file systems returned in the response of the CreateFileSystem
operation.
This data type is not supported on file systems with a data repository association. For file systems with a data repository association, see .
Sourcepub fn deployment_type(self, input: LustreDeploymentType) -> Self
pub fn deployment_type(self, input: LustreDeploymentType) -> Self
The deployment type of the FSx for Lustre file system. Scratch deployment type is designed for temporary storage and shorter-term processing of data.
SCRATCH_1
and SCRATCH_2
deployment types are best suited for when you need temporary storage and shorter-term processing of data. The SCRATCH_2
deployment type provides in-transit encryption of data and higher burst throughput capacity than SCRATCH_1
.
The PERSISTENT_1
and PERSISTENT_2
deployment type is used for longer-term storage and workloads and encryption of data in transit. PERSISTENT_2
offers higher PerUnitStorageThroughput
(up to 1000 MB/s/TiB) along with a lower minimum storage capacity requirement (600 GiB). To learn more about FSx for Lustre deployment types, see Deployment and storage class options for FSx for Lustre file systems.
The default is SCRATCH_1
.
Sourcepub fn set_deployment_type(self, input: Option<LustreDeploymentType>) -> Self
pub fn set_deployment_type(self, input: Option<LustreDeploymentType>) -> Self
The deployment type of the FSx for Lustre file system. Scratch deployment type is designed for temporary storage and shorter-term processing of data.
SCRATCH_1
and SCRATCH_2
deployment types are best suited for when you need temporary storage and shorter-term processing of data. The SCRATCH_2
deployment type provides in-transit encryption of data and higher burst throughput capacity than SCRATCH_1
.
The PERSISTENT_1
and PERSISTENT_2
deployment type is used for longer-term storage and workloads and encryption of data in transit. PERSISTENT_2
offers higher PerUnitStorageThroughput
(up to 1000 MB/s/TiB) along with a lower minimum storage capacity requirement (600 GiB). To learn more about FSx for Lustre deployment types, see Deployment and storage class options for FSx for Lustre file systems.
The default is SCRATCH_1
.
Sourcepub fn get_deployment_type(&self) -> &Option<LustreDeploymentType>
pub fn get_deployment_type(&self) -> &Option<LustreDeploymentType>
The deployment type of the FSx for Lustre file system. Scratch deployment type is designed for temporary storage and shorter-term processing of data.
SCRATCH_1
and SCRATCH_2
deployment types are best suited for when you need temporary storage and shorter-term processing of data. The SCRATCH_2
deployment type provides in-transit encryption of data and higher burst throughput capacity than SCRATCH_1
.
The PERSISTENT_1
and PERSISTENT_2
deployment type is used for longer-term storage and workloads and encryption of data in transit. PERSISTENT_2
offers higher PerUnitStorageThroughput
(up to 1000 MB/s/TiB) along with a lower minimum storage capacity requirement (600 GiB). To learn more about FSx for Lustre deployment types, see Deployment and storage class options for FSx for Lustre file systems.
The default is SCRATCH_1
.
Sourcepub fn per_unit_storage_throughput(self, input: i32) -> Self
pub fn per_unit_storage_throughput(self, input: i32) -> Self
Per unit storage throughput represents the megabytes per second of read or write throughput per 1 tebibyte of storage provisioned. File system throughput capacity is equal to Storage capacity (TiB) * PerUnitStorageThroughput (MB/s/TiB). This option is only valid for PERSISTENT_1
and PERSISTENT_2
deployment types.
Valid values:
-
For
PERSISTENT_1
SSD storage: 50, 100, 200. -
For
PERSISTENT_1
HDD storage: 12, 40. -
For
PERSISTENT_2
SSD storage: 125, 250, 500, 1000.
Sourcepub fn set_per_unit_storage_throughput(self, input: Option<i32>) -> Self
pub fn set_per_unit_storage_throughput(self, input: Option<i32>) -> Self
Per unit storage throughput represents the megabytes per second of read or write throughput per 1 tebibyte of storage provisioned. File system throughput capacity is equal to Storage capacity (TiB) * PerUnitStorageThroughput (MB/s/TiB). This option is only valid for PERSISTENT_1
and PERSISTENT_2
deployment types.
Valid values:
-
For
PERSISTENT_1
SSD storage: 50, 100, 200. -
For
PERSISTENT_1
HDD storage: 12, 40. -
For
PERSISTENT_2
SSD storage: 125, 250, 500, 1000.
Sourcepub fn get_per_unit_storage_throughput(&self) -> &Option<i32>
pub fn get_per_unit_storage_throughput(&self) -> &Option<i32>
Per unit storage throughput represents the megabytes per second of read or write throughput per 1 tebibyte of storage provisioned. File system throughput capacity is equal to Storage capacity (TiB) * PerUnitStorageThroughput (MB/s/TiB). This option is only valid for PERSISTENT_1
and PERSISTENT_2
deployment types.
Valid values:
-
For
PERSISTENT_1
SSD storage: 50, 100, 200. -
For
PERSISTENT_1
HDD storage: 12, 40. -
For
PERSISTENT_2
SSD storage: 125, 250, 500, 1000.
Sourcepub fn mount_name(self, input: impl Into<String>) -> Self
pub fn mount_name(self, input: impl Into<String>) -> Self
You use the MountName
value when mounting the file system.
For the SCRATCH_1
deployment type, this value is always "fsx
". For SCRATCH_2
, PERSISTENT_1
, and PERSISTENT_2
deployment types, this value is a string that is unique within an Amazon Web Services Region.
Sourcepub fn set_mount_name(self, input: Option<String>) -> Self
pub fn set_mount_name(self, input: Option<String>) -> Self
You use the MountName
value when mounting the file system.
For the SCRATCH_1
deployment type, this value is always "fsx
". For SCRATCH_2
, PERSISTENT_1
, and PERSISTENT_2
deployment types, this value is a string that is unique within an Amazon Web Services Region.
Sourcepub fn get_mount_name(&self) -> &Option<String>
pub fn get_mount_name(&self) -> &Option<String>
You use the MountName
value when mounting the file system.
For the SCRATCH_1
deployment type, this value is always "fsx
". For SCRATCH_2
, PERSISTENT_1
, and PERSISTENT_2
deployment types, this value is a string that is unique within an Amazon Web Services Region.
Sourcepub fn daily_automatic_backup_start_time(self, input: impl Into<String>) -> Self
pub fn daily_automatic_backup_start_time(self, input: impl Into<String>) -> Self
A recurring daily time, in the format HH:MM
. HH
is the zero-padded hour of the day (0-23), and MM
is the zero-padded minute of the hour. For example, 05:00
specifies 5 AM daily.
Sourcepub fn set_daily_automatic_backup_start_time(
self,
input: Option<String>,
) -> Self
pub fn set_daily_automatic_backup_start_time( self, input: Option<String>, ) -> Self
A recurring daily time, in the format HH:MM
. HH
is the zero-padded hour of the day (0-23), and MM
is the zero-padded minute of the hour. For example, 05:00
specifies 5 AM daily.
Sourcepub fn get_daily_automatic_backup_start_time(&self) -> &Option<String>
pub fn get_daily_automatic_backup_start_time(&self) -> &Option<String>
A recurring daily time, in the format HH:MM
. HH
is the zero-padded hour of the day (0-23), and MM
is the zero-padded minute of the hour. For example, 05:00
specifies 5 AM daily.
Sourcepub fn automatic_backup_retention_days(self, input: i32) -> Self
pub fn automatic_backup_retention_days(self, input: i32) -> Self
The number of days to retain automatic backups. Setting this property to 0
disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 30
.
Sourcepub fn set_automatic_backup_retention_days(self, input: Option<i32>) -> Self
pub fn set_automatic_backup_retention_days(self, input: Option<i32>) -> Self
The number of days to retain automatic backups. Setting this property to 0
disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 30
.
Sourcepub fn get_automatic_backup_retention_days(&self) -> &Option<i32>
pub fn get_automatic_backup_retention_days(&self) -> &Option<i32>
The number of days to retain automatic backups. Setting this property to 0
disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 30
.
A boolean flag indicating whether tags on the file system are copied to backups. If it's set to true, all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true, and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value. (Default = false)
A boolean flag indicating whether tags on the file system are copied to backups. If it's set to true, all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true, and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value. (Default = false)
A boolean flag indicating whether tags on the file system are copied to backups. If it's set to true, all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true, and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value. (Default = false)
Sourcepub fn drive_cache_type(self, input: DriveCacheType) -> Self
pub fn drive_cache_type(self, input: DriveCacheType) -> Self
The type of drive cache used by PERSISTENT_1
file systems that are provisioned with HDD storage devices. This parameter is required when StorageType
is HDD. When set to READ
the file system has an SSD storage cache that is sized to 20% of the file system's storage capacity. This improves the performance for frequently accessed files by caching up to 20% of the total storage capacity.
This parameter is required when StorageType
is set to HDD.
Sourcepub fn set_drive_cache_type(self, input: Option<DriveCacheType>) -> Self
pub fn set_drive_cache_type(self, input: Option<DriveCacheType>) -> Self
The type of drive cache used by PERSISTENT_1
file systems that are provisioned with HDD storage devices. This parameter is required when StorageType
is HDD. When set to READ
the file system has an SSD storage cache that is sized to 20% of the file system's storage capacity. This improves the performance for frequently accessed files by caching up to 20% of the total storage capacity.
This parameter is required when StorageType
is set to HDD.
Sourcepub fn get_drive_cache_type(&self) -> &Option<DriveCacheType>
pub fn get_drive_cache_type(&self) -> &Option<DriveCacheType>
The type of drive cache used by PERSISTENT_1
file systems that are provisioned with HDD storage devices. This parameter is required when StorageType
is HDD. When set to READ
the file system has an SSD storage cache that is sized to 20% of the file system's storage capacity. This improves the performance for frequently accessed files by caching up to 20% of the total storage capacity.
This parameter is required when StorageType
is set to HDD.
Sourcepub fn data_compression_type(self, input: DataCompressionType) -> Self
pub fn data_compression_type(self, input: DataCompressionType) -> Self
The data compression configuration for the file system. DataCompressionType
can have the following values:
-
NONE
- Data compression is turned off for the file system. -
LZ4
- Data compression is turned on with the LZ4 algorithm.
For more information, see Lustre data compression.
Sourcepub fn set_data_compression_type(
self,
input: Option<DataCompressionType>,
) -> Self
pub fn set_data_compression_type( self, input: Option<DataCompressionType>, ) -> Self
The data compression configuration for the file system. DataCompressionType
can have the following values:
-
NONE
- Data compression is turned off for the file system. -
LZ4
- Data compression is turned on with the LZ4 algorithm.
For more information, see Lustre data compression.
Sourcepub fn get_data_compression_type(&self) -> &Option<DataCompressionType>
pub fn get_data_compression_type(&self) -> &Option<DataCompressionType>
The data compression configuration for the file system. DataCompressionType
can have the following values:
-
NONE
- Data compression is turned off for the file system. -
LZ4
- Data compression is turned on with the LZ4 algorithm.
For more information, see Lustre data compression.
Sourcepub fn log_configuration(self, input: LustreLogConfiguration) -> Self
pub fn log_configuration(self, input: LustreLogConfiguration) -> Self
The Lustre logging configuration. Lustre logging writes the enabled log events for your file system to Amazon CloudWatch Logs.
Sourcepub fn set_log_configuration(
self,
input: Option<LustreLogConfiguration>,
) -> Self
pub fn set_log_configuration( self, input: Option<LustreLogConfiguration>, ) -> Self
The Lustre logging configuration. Lustre logging writes the enabled log events for your file system to Amazon CloudWatch Logs.
Sourcepub fn get_log_configuration(&self) -> &Option<LustreLogConfiguration>
pub fn get_log_configuration(&self) -> &Option<LustreLogConfiguration>
The Lustre logging configuration. Lustre logging writes the enabled log events for your file system to Amazon CloudWatch Logs.
Sourcepub fn root_squash_configuration(
self,
input: LustreRootSquashConfiguration,
) -> Self
pub fn root_squash_configuration( self, input: LustreRootSquashConfiguration, ) -> Self
The Lustre root squash configuration for an Amazon FSx for Lustre file system. When enabled, root squash restricts root-level access from clients that try to access your file system as a root user.
Sourcepub fn set_root_squash_configuration(
self,
input: Option<LustreRootSquashConfiguration>,
) -> Self
pub fn set_root_squash_configuration( self, input: Option<LustreRootSquashConfiguration>, ) -> Self
The Lustre root squash configuration for an Amazon FSx for Lustre file system. When enabled, root squash restricts root-level access from clients that try to access your file system as a root user.
Sourcepub fn get_root_squash_configuration(
&self,
) -> &Option<LustreRootSquashConfiguration>
pub fn get_root_squash_configuration( &self, ) -> &Option<LustreRootSquashConfiguration>
The Lustre root squash configuration for an Amazon FSx for Lustre file system. When enabled, root squash restricts root-level access from clients that try to access your file system as a root user.
Sourcepub fn metadata_configuration(
self,
input: FileSystemLustreMetadataConfiguration,
) -> Self
pub fn metadata_configuration( self, input: FileSystemLustreMetadataConfiguration, ) -> Self
The Lustre metadata performance configuration for an Amazon FSx for Lustre file system using a PERSISTENT_2
deployment type.
Sourcepub fn set_metadata_configuration(
self,
input: Option<FileSystemLustreMetadataConfiguration>,
) -> Self
pub fn set_metadata_configuration( self, input: Option<FileSystemLustreMetadataConfiguration>, ) -> Self
The Lustre metadata performance configuration for an Amazon FSx for Lustre file system using a PERSISTENT_2
deployment type.
Sourcepub fn get_metadata_configuration(
&self,
) -> &Option<FileSystemLustreMetadataConfiguration>
pub fn get_metadata_configuration( &self, ) -> &Option<FileSystemLustreMetadataConfiguration>
The Lustre metadata performance configuration for an Amazon FSx for Lustre file system using a PERSISTENT_2
deployment type.
Sourcepub fn efa_enabled(self, input: bool) -> Self
pub fn efa_enabled(self, input: bool) -> Self
Specifies whether Elastic Fabric Adapter (EFA) and GPUDirect Storage (GDS) support is enabled for the Amazon FSx for Lustre file system.
Sourcepub fn set_efa_enabled(self, input: Option<bool>) -> Self
pub fn set_efa_enabled(self, input: Option<bool>) -> Self
Specifies whether Elastic Fabric Adapter (EFA) and GPUDirect Storage (GDS) support is enabled for the Amazon FSx for Lustre file system.
Sourcepub fn get_efa_enabled(&self) -> &Option<bool>
pub fn get_efa_enabled(&self) -> &Option<bool>
Specifies whether Elastic Fabric Adapter (EFA) and GPUDirect Storage (GDS) support is enabled for the Amazon FSx for Lustre file system.
Sourcepub fn throughput_capacity(self, input: i32) -> Self
pub fn throughput_capacity(self, input: i32) -> Self
The throughput of an Amazon FSx for Lustre file system using the Intelligent-Tiering storage class, measured in megabytes per second (MBps).
Sourcepub fn set_throughput_capacity(self, input: Option<i32>) -> Self
pub fn set_throughput_capacity(self, input: Option<i32>) -> Self
The throughput of an Amazon FSx for Lustre file system using the Intelligent-Tiering storage class, measured in megabytes per second (MBps).
Sourcepub fn get_throughput_capacity(&self) -> &Option<i32>
pub fn get_throughput_capacity(&self) -> &Option<i32>
The throughput of an Amazon FSx for Lustre file system using the Intelligent-Tiering storage class, measured in megabytes per second (MBps).
Sourcepub fn data_read_cache_configuration(
self,
input: LustreReadCacheConfiguration,
) -> Self
pub fn data_read_cache_configuration( self, input: LustreReadCacheConfiguration, ) -> Self
Required when StorageType
is set to INTELLIGENT_TIERING
. Specifies the optional provisioned SSD read cache.
Sourcepub fn set_data_read_cache_configuration(
self,
input: Option<LustreReadCacheConfiguration>,
) -> Self
pub fn set_data_read_cache_configuration( self, input: Option<LustreReadCacheConfiguration>, ) -> Self
Required when StorageType
is set to INTELLIGENT_TIERING
. Specifies the optional provisioned SSD read cache.
Sourcepub fn get_data_read_cache_configuration(
&self,
) -> &Option<LustreReadCacheConfiguration>
pub fn get_data_read_cache_configuration( &self, ) -> &Option<LustreReadCacheConfiguration>
Required when StorageType
is set to INTELLIGENT_TIERING
. Specifies the optional provisioned SSD read cache.
Sourcepub fn build(self) -> LustreFileSystemConfiguration
pub fn build(self) -> LustreFileSystemConfiguration
Consumes the builder and constructs a LustreFileSystemConfiguration
.
Trait Implementations§
Source§impl Clone for LustreFileSystemConfigurationBuilder
impl Clone for LustreFileSystemConfigurationBuilder
Source§fn clone(&self) -> LustreFileSystemConfigurationBuilder
fn clone(&self) -> LustreFileSystemConfigurationBuilder
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
source
. Read moreSource§impl Default for LustreFileSystemConfigurationBuilder
impl Default for LustreFileSystemConfigurationBuilder
Source§fn default() -> LustreFileSystemConfigurationBuilder
fn default() -> LustreFileSystemConfigurationBuilder
Source§impl PartialEq for LustreFileSystemConfigurationBuilder
impl PartialEq for LustreFileSystemConfigurationBuilder
Source§fn eq(&self, other: &LustreFileSystemConfigurationBuilder) -> bool
fn eq(&self, other: &LustreFileSystemConfigurationBuilder) -> bool
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for LustreFileSystemConfigurationBuilder
Auto Trait Implementations§
impl Freeze for LustreFileSystemConfigurationBuilder
impl RefUnwindSafe for LustreFileSystemConfigurationBuilder
impl Send for LustreFileSystemConfigurationBuilder
impl Sync for LustreFileSystemConfigurationBuilder
impl Unpin for LustreFileSystemConfigurationBuilder
impl UnwindSafe for LustreFileSystemConfigurationBuilder
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>
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>
Source§fn bright_yellow(&self) -> Painted<&T>
fn bright_yellow(&self) -> Painted<&T>
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>
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>
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>
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>
Source§fn on_bright_yellow(&self) -> Painted<&T>
fn on_bright_yellow(&self) -> Painted<&T>
Source§fn on_bright_blue(&self) -> Painted<&T>
fn on_bright_blue(&self) -> Painted<&T>
Source§fn on_bright_magenta(&self) -> Painted<&T>
fn on_bright_magenta(&self) -> Painted<&T>
Source§fn on_bright_cyan(&self) -> Painted<&T>
fn on_bright_cyan(&self) -> Painted<&T>
Source§fn on_bright_white(&self) -> Painted<&T>
fn on_bright_white(&self) -> Painted<&T>
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 rapid_blink(&self) -> Painted<&T>
fn rapid_blink(&self) -> Painted<&T>
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);