#[non_exhaustive]pub struct WorkspaceDescriptionBuilder { /* private fields */ }Expand description
A builder for WorkspaceDescription.
Implementations§
Source§impl WorkspaceDescriptionBuilder
 
impl WorkspaceDescriptionBuilder
Sourcepub fn account_access_type(self, input: AccountAccessType) -> Self
 
pub fn account_access_type(self, input: AccountAccessType) -> Self
Specifies whether the workspace can access Amazon Web Services resources in this Amazon Web Services account only, or whether it can also access Amazon Web Services resources in other accounts in the same organization. If this is ORGANIZATION, the workspaceOrganizationalUnits parameter specifies which organizational units the workspace can access.
Sourcepub fn set_account_access_type(self, input: Option<AccountAccessType>) -> Self
 
pub fn set_account_access_type(self, input: Option<AccountAccessType>) -> Self
Specifies whether the workspace can access Amazon Web Services resources in this Amazon Web Services account only, or whether it can also access Amazon Web Services resources in other accounts in the same organization. If this is ORGANIZATION, the workspaceOrganizationalUnits parameter specifies which organizational units the workspace can access.
Sourcepub fn get_account_access_type(&self) -> &Option<AccountAccessType>
 
pub fn get_account_access_type(&self) -> &Option<AccountAccessType>
Specifies whether the workspace can access Amazon Web Services resources in this Amazon Web Services account only, or whether it can also access Amazon Web Services resources in other accounts in the same organization. If this is ORGANIZATION, the workspaceOrganizationalUnits parameter specifies which organizational units the workspace can access.
Sourcepub fn created(self, input: DateTime) -> Self
 
pub fn created(self, input: DateTime) -> Self
The date that the workspace was created.
This field is required.Sourcepub fn set_created(self, input: Option<DateTime>) -> Self
 
pub fn set_created(self, input: Option<DateTime>) -> Self
The date that the workspace was created.
Sourcepub fn get_created(&self) -> &Option<DateTime>
 
pub fn get_created(&self) -> &Option<DateTime>
The date that the workspace was created.
Sourcepub fn data_sources(self, input: DataSourceType) -> Self
 
pub fn data_sources(self, input: DataSourceType) -> Self
Appends an item to data_sources.
To override the contents of this collection use set_data_sources.
Specifies the Amazon Web Services data sources that have been configured to have IAM roles and permissions created to allow Amazon Managed Grafana to read data from these sources.
This list is only used when the workspace was created through the Amazon Web Services console, and the permissionType is SERVICE_MANAGED.
Sourcepub fn set_data_sources(self, input: Option<Vec<DataSourceType>>) -> Self
 
pub fn set_data_sources(self, input: Option<Vec<DataSourceType>>) -> Self
Specifies the Amazon Web Services data sources that have been configured to have IAM roles and permissions created to allow Amazon Managed Grafana to read data from these sources.
This list is only used when the workspace was created through the Amazon Web Services console, and the permissionType is SERVICE_MANAGED.
Sourcepub fn get_data_sources(&self) -> &Option<Vec<DataSourceType>>
 
pub fn get_data_sources(&self) -> &Option<Vec<DataSourceType>>
Specifies the Amazon Web Services data sources that have been configured to have IAM roles and permissions created to allow Amazon Managed Grafana to read data from these sources.
This list is only used when the workspace was created through the Amazon Web Services console, and the permissionType is SERVICE_MANAGED.
Sourcepub fn description(self, input: impl Into<String>) -> Self
 
pub fn description(self, input: impl Into<String>) -> Self
The user-defined description of the workspace.
Sourcepub fn set_description(self, input: Option<String>) -> Self
 
pub fn set_description(self, input: Option<String>) -> Self
The user-defined description of the workspace.
Sourcepub fn get_description(&self) -> &Option<String>
 
pub fn get_description(&self) -> &Option<String>
The user-defined description of the workspace.
Sourcepub fn endpoint(self, input: impl Into<String>) -> Self
 
pub fn endpoint(self, input: impl Into<String>) -> Self
The URL that users can use to access the Grafana console in the workspace.
This field is required.Sourcepub fn set_endpoint(self, input: Option<String>) -> Self
 
pub fn set_endpoint(self, input: Option<String>) -> Self
The URL that users can use to access the Grafana console in the workspace.
Sourcepub fn get_endpoint(&self) -> &Option<String>
 
pub fn get_endpoint(&self) -> &Option<String>
The URL that users can use to access the Grafana console in the workspace.
Sourcepub fn grafana_version(self, input: impl Into<String>) -> Self
 
pub fn grafana_version(self, input: impl Into<String>) -> Self
The version of Grafana supported in this workspace.
This field is required.Sourcepub fn set_grafana_version(self, input: Option<String>) -> Self
 
pub fn set_grafana_version(self, input: Option<String>) -> Self
The version of Grafana supported in this workspace.
Sourcepub fn get_grafana_version(&self) -> &Option<String>
 
pub fn get_grafana_version(&self) -> &Option<String>
The version of Grafana supported in this workspace.
Sourcepub fn id(self, input: impl Into<String>) -> Self
 
pub fn id(self, input: impl Into<String>) -> Self
The unique ID of this workspace.
This field is required.Sourcepub fn modified(self, input: DateTime) -> Self
 
pub fn modified(self, input: DateTime) -> Self
The most recent date that the workspace was modified.
This field is required.Sourcepub fn set_modified(self, input: Option<DateTime>) -> Self
 
pub fn set_modified(self, input: Option<DateTime>) -> Self
The most recent date that the workspace was modified.
Sourcepub fn get_modified(&self) -> &Option<DateTime>
 
pub fn get_modified(&self) -> &Option<DateTime>
The most recent date that the workspace was modified.
Sourcepub fn organization_role_name(self, input: impl Into<String>) -> Self
 
pub fn organization_role_name(self, input: impl Into<String>) -> Self
The name of the IAM role that is used to access resources through Organizations.
Sourcepub fn set_organization_role_name(self, input: Option<String>) -> Self
 
pub fn set_organization_role_name(self, input: Option<String>) -> Self
The name of the IAM role that is used to access resources through Organizations.
Sourcepub fn get_organization_role_name(&self) -> &Option<String>
 
pub fn get_organization_role_name(&self) -> &Option<String>
The name of the IAM role that is used to access resources through Organizations.
Sourcepub fn notification_destinations(
    self,
    input: NotificationDestinationType,
) -> Self
 
pub fn notification_destinations( self, input: NotificationDestinationType, ) -> Self
Appends an item to notification_destinations.
To override the contents of this collection use set_notification_destinations.
The Amazon Web Services notification channels that Amazon Managed Grafana can automatically create IAM roles and permissions for, to allow Amazon Managed Grafana to use these channels.
Sourcepub fn set_notification_destinations(
    self,
    input: Option<Vec<NotificationDestinationType>>,
) -> Self
 
pub fn set_notification_destinations( self, input: Option<Vec<NotificationDestinationType>>, ) -> Self
The Amazon Web Services notification channels that Amazon Managed Grafana can automatically create IAM roles and permissions for, to allow Amazon Managed Grafana to use these channels.
Sourcepub fn get_notification_destinations(
    &self,
) -> &Option<Vec<NotificationDestinationType>>
 
pub fn get_notification_destinations( &self, ) -> &Option<Vec<NotificationDestinationType>>
The Amazon Web Services notification channels that Amazon Managed Grafana can automatically create IAM roles and permissions for, to allow Amazon Managed Grafana to use these channels.
Sourcepub fn organizational_units(self, input: impl Into<String>) -> Self
 
pub fn organizational_units(self, input: impl Into<String>) -> Self
Appends an item to organizational_units.
To override the contents of this collection use set_organizational_units.
Specifies the organizational units that this workspace is allowed to use data sources from, if this workspace is in an account that is part of an organization.
Sourcepub fn set_organizational_units(self, input: Option<Vec<String>>) -> Self
 
pub fn set_organizational_units(self, input: Option<Vec<String>>) -> Self
Specifies the organizational units that this workspace is allowed to use data sources from, if this workspace is in an account that is part of an organization.
Sourcepub fn get_organizational_units(&self) -> &Option<Vec<String>>
 
pub fn get_organizational_units(&self) -> &Option<Vec<String>>
Specifies the organizational units that this workspace is allowed to use data sources from, if this workspace is in an account that is part of an organization.
Sourcepub fn permission_type(self, input: PermissionType) -> Self
 
pub fn permission_type(self, input: PermissionType) -> Self
If this is SERVICE_MANAGED, and the workplace was created through the Amazon Managed Grafana console, then Amazon Managed Grafana automatically creates the IAM roles and provisions the permissions that the workspace needs to use Amazon Web Services data sources and notification channels.
If this is CUSTOMER_MANAGED, you must manage those roles and permissions yourself.
If you are working with a workspace in a member account of an organization and that account is not a delegated administrator account, and you want the workspace to access data sources in other Amazon Web Services accounts in the organization, this parameter must be set to CUSTOMER_MANAGED.
For more information about converting between customer and service managed, see Managing permissions for data sources and notification channels. For more information about the roles and permissions that must be managed for customer managed workspaces, see Amazon Managed Grafana permissions and policies for Amazon Web Services data sources and notification channels
Sourcepub fn set_permission_type(self, input: Option<PermissionType>) -> Self
 
pub fn set_permission_type(self, input: Option<PermissionType>) -> Self
If this is SERVICE_MANAGED, and the workplace was created through the Amazon Managed Grafana console, then Amazon Managed Grafana automatically creates the IAM roles and provisions the permissions that the workspace needs to use Amazon Web Services data sources and notification channels.
If this is CUSTOMER_MANAGED, you must manage those roles and permissions yourself.
If you are working with a workspace in a member account of an organization and that account is not a delegated administrator account, and you want the workspace to access data sources in other Amazon Web Services accounts in the organization, this parameter must be set to CUSTOMER_MANAGED.
For more information about converting between customer and service managed, see Managing permissions for data sources and notification channels. For more information about the roles and permissions that must be managed for customer managed workspaces, see Amazon Managed Grafana permissions and policies for Amazon Web Services data sources and notification channels
Sourcepub fn get_permission_type(&self) -> &Option<PermissionType>
 
pub fn get_permission_type(&self) -> &Option<PermissionType>
If this is SERVICE_MANAGED, and the workplace was created through the Amazon Managed Grafana console, then Amazon Managed Grafana automatically creates the IAM roles and provisions the permissions that the workspace needs to use Amazon Web Services data sources and notification channels.
If this is CUSTOMER_MANAGED, you must manage those roles and permissions yourself.
If you are working with a workspace in a member account of an organization and that account is not a delegated administrator account, and you want the workspace to access data sources in other Amazon Web Services accounts in the organization, this parameter must be set to CUSTOMER_MANAGED.
For more information about converting between customer and service managed, see Managing permissions for data sources and notification channels. For more information about the roles and permissions that must be managed for customer managed workspaces, see Amazon Managed Grafana permissions and policies for Amazon Web Services data sources and notification channels
Sourcepub fn stack_set_name(self, input: impl Into<String>) -> Self
 
pub fn stack_set_name(self, input: impl Into<String>) -> Self
The name of the CloudFormation stack set that is used to generate IAM roles to be used for this workspace.
Sourcepub fn set_stack_set_name(self, input: Option<String>) -> Self
 
pub fn set_stack_set_name(self, input: Option<String>) -> Self
The name of the CloudFormation stack set that is used to generate IAM roles to be used for this workspace.
Sourcepub fn get_stack_set_name(&self) -> &Option<String>
 
pub fn get_stack_set_name(&self) -> &Option<String>
The name of the CloudFormation stack set that is used to generate IAM roles to be used for this workspace.
Sourcepub fn status(self, input: WorkspaceStatus) -> Self
 
pub fn status(self, input: WorkspaceStatus) -> Self
The current status of the workspace.
This field is required.Sourcepub fn set_status(self, input: Option<WorkspaceStatus>) -> Self
 
pub fn set_status(self, input: Option<WorkspaceStatus>) -> Self
The current status of the workspace.
Sourcepub fn get_status(&self) -> &Option<WorkspaceStatus>
 
pub fn get_status(&self) -> &Option<WorkspaceStatus>
The current status of the workspace.
Sourcepub fn workspace_role_arn(self, input: impl Into<String>) -> Self
 
pub fn workspace_role_arn(self, input: impl Into<String>) -> Self
The IAM role that grants permissions to the Amazon Web Services resources that the workspace will view data from. This role must already exist.
Sourcepub fn set_workspace_role_arn(self, input: Option<String>) -> Self
 
pub fn set_workspace_role_arn(self, input: Option<String>) -> Self
The IAM role that grants permissions to the Amazon Web Services resources that the workspace will view data from. This role must already exist.
Sourcepub fn get_workspace_role_arn(&self) -> &Option<String>
 
pub fn get_workspace_role_arn(&self) -> &Option<String>
The IAM role that grants permissions to the Amazon Web Services resources that the workspace will view data from. This role must already exist.
Sourcepub fn license_type(self, input: LicenseType) -> Self
 
pub fn license_type(self, input: LicenseType) -> Self
Specifies whether this workspace has a full Grafana Enterprise license.
Amazon Managed Grafana workspaces no longer support Grafana Enterprise free trials.
Sourcepub fn set_license_type(self, input: Option<LicenseType>) -> Self
 
pub fn set_license_type(self, input: Option<LicenseType>) -> Self
Specifies whether this workspace has a full Grafana Enterprise license.
Amazon Managed Grafana workspaces no longer support Grafana Enterprise free trials.
Sourcepub fn get_license_type(&self) -> &Option<LicenseType>
 
pub fn get_license_type(&self) -> &Option<LicenseType>
Specifies whether this workspace has a full Grafana Enterprise license.
Amazon Managed Grafana workspaces no longer support Grafana Enterprise free trials.
Sourcepub fn free_trial_consumed(self, input: bool) -> Self
 
pub fn free_trial_consumed(self, input: bool) -> Self
Specifies whether this workspace has already fully used its free trial for Grafana Enterprise.
Amazon Managed Grafana workspaces no longer support Grafana Enterprise free trials.
Sourcepub fn set_free_trial_consumed(self, input: Option<bool>) -> Self
 
pub fn set_free_trial_consumed(self, input: Option<bool>) -> Self
Specifies whether this workspace has already fully used its free trial for Grafana Enterprise.
Amazon Managed Grafana workspaces no longer support Grafana Enterprise free trials.
Sourcepub fn get_free_trial_consumed(&self) -> &Option<bool>
 
pub fn get_free_trial_consumed(&self) -> &Option<bool>
Specifies whether this workspace has already fully used its free trial for Grafana Enterprise.
Amazon Managed Grafana workspaces no longer support Grafana Enterprise free trials.
Sourcepub fn license_expiration(self, input: DateTime) -> Self
 
pub fn license_expiration(self, input: DateTime) -> Self
If this workspace has a full Grafana Enterprise license purchased through Amazon Web Services Marketplace, this specifies when the license ends and will need to be renewed. Purchasing the Enterprise plugins option through Amazon Managed Grafana does not have an expiration. It is valid until the license is removed.
Sourcepub fn set_license_expiration(self, input: Option<DateTime>) -> Self
 
pub fn set_license_expiration(self, input: Option<DateTime>) -> Self
If this workspace has a full Grafana Enterprise license purchased through Amazon Web Services Marketplace, this specifies when the license ends and will need to be renewed. Purchasing the Enterprise plugins option through Amazon Managed Grafana does not have an expiration. It is valid until the license is removed.
Sourcepub fn get_license_expiration(&self) -> &Option<DateTime>
 
pub fn get_license_expiration(&self) -> &Option<DateTime>
If this workspace has a full Grafana Enterprise license purchased through Amazon Web Services Marketplace, this specifies when the license ends and will need to be renewed. Purchasing the Enterprise plugins option through Amazon Managed Grafana does not have an expiration. It is valid until the license is removed.
Sourcepub fn free_trial_expiration(self, input: DateTime) -> Self
 
pub fn free_trial_expiration(self, input: DateTime) -> Self
If this workspace is currently in the free trial period for Grafana Enterprise, this value specifies when that free trial ends.
Amazon Managed Grafana workspaces no longer support Grafana Enterprise free trials.
Sourcepub fn set_free_trial_expiration(self, input: Option<DateTime>) -> Self
 
pub fn set_free_trial_expiration(self, input: Option<DateTime>) -> Self
If this workspace is currently in the free trial period for Grafana Enterprise, this value specifies when that free trial ends.
Amazon Managed Grafana workspaces no longer support Grafana Enterprise free trials.
Sourcepub fn get_free_trial_expiration(&self) -> &Option<DateTime>
 
pub fn get_free_trial_expiration(&self) -> &Option<DateTime>
If this workspace is currently in the free trial period for Grafana Enterprise, this value specifies when that free trial ends.
Amazon Managed Grafana workspaces no longer support Grafana Enterprise free trials.
Sourcepub fn authentication(self, input: AuthenticationSummary) -> Self
 
pub fn authentication(self, input: AuthenticationSummary) -> Self
A structure that describes whether the workspace uses SAML, IAM Identity Center, or both methods for user authentication.
This field is required.Sourcepub fn set_authentication(self, input: Option<AuthenticationSummary>) -> Self
 
pub fn set_authentication(self, input: Option<AuthenticationSummary>) -> Self
A structure that describes whether the workspace uses SAML, IAM Identity Center, or both methods for user authentication.
Sourcepub fn get_authentication(&self) -> &Option<AuthenticationSummary>
 
pub fn get_authentication(&self) -> &Option<AuthenticationSummary>
A structure that describes whether the workspace uses SAML, IAM Identity Center, or both methods for user authentication.
Adds a key-value pair to tags.
To override the contents of this collection use set_tags.
The list of tags associated with the workspace.
The list of tags associated with the workspace.
The list of tags associated with the workspace.
Sourcepub fn vpc_configuration(self, input: VpcConfiguration) -> Self
 
pub fn vpc_configuration(self, input: VpcConfiguration) -> Self
The configuration for connecting to data sources in a private VPC (Amazon Virtual Private Cloud).
Sourcepub fn set_vpc_configuration(self, input: Option<VpcConfiguration>) -> Self
 
pub fn set_vpc_configuration(self, input: Option<VpcConfiguration>) -> Self
The configuration for connecting to data sources in a private VPC (Amazon Virtual Private Cloud).
Sourcepub fn get_vpc_configuration(&self) -> &Option<VpcConfiguration>
 
pub fn get_vpc_configuration(&self) -> &Option<VpcConfiguration>
The configuration for connecting to data sources in a private VPC (Amazon Virtual Private Cloud).
Sourcepub fn network_access_control(self, input: NetworkAccessConfiguration) -> Self
 
pub fn network_access_control(self, input: NetworkAccessConfiguration) -> Self
The configuration settings for network access to your workspace.
Sourcepub fn set_network_access_control(
    self,
    input: Option<NetworkAccessConfiguration>,
) -> Self
 
pub fn set_network_access_control( self, input: Option<NetworkAccessConfiguration>, ) -> Self
The configuration settings for network access to your workspace.
Sourcepub fn get_network_access_control(&self) -> &Option<NetworkAccessConfiguration>
 
pub fn get_network_access_control(&self) -> &Option<NetworkAccessConfiguration>
The configuration settings for network access to your workspace.
Sourcepub fn grafana_token(self, input: impl Into<String>) -> Self
 
pub fn grafana_token(self, input: impl Into<String>) -> Self
The token that ties this workspace to a Grafana Labs account. For more information, see Link your account with Grafana Labs.
Sourcepub fn set_grafana_token(self, input: Option<String>) -> Self
 
pub fn set_grafana_token(self, input: Option<String>) -> Self
The token that ties this workspace to a Grafana Labs account. For more information, see Link your account with Grafana Labs.
Sourcepub fn get_grafana_token(&self) -> &Option<String>
 
pub fn get_grafana_token(&self) -> &Option<String>
The token that ties this workspace to a Grafana Labs account. For more information, see Link your account with Grafana Labs.
Sourcepub fn build(self) -> Result<WorkspaceDescription, BuildError>
 
pub fn build(self) -> Result<WorkspaceDescription, BuildError>
Consumes the builder and constructs a WorkspaceDescription.
This method will fail if any of the following fields are not set:
Trait Implementations§
Source§impl Clone for WorkspaceDescriptionBuilder
 
impl Clone for WorkspaceDescriptionBuilder
Source§fn clone(&self) -> WorkspaceDescriptionBuilder
 
fn clone(&self) -> WorkspaceDescriptionBuilder
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for WorkspaceDescriptionBuilder
 
impl Debug for WorkspaceDescriptionBuilder
Source§impl Default for WorkspaceDescriptionBuilder
 
impl Default for WorkspaceDescriptionBuilder
Source§fn default() -> WorkspaceDescriptionBuilder
 
fn default() -> WorkspaceDescriptionBuilder
impl StructuralPartialEq for WorkspaceDescriptionBuilder
Auto Trait Implementations§
impl Freeze for WorkspaceDescriptionBuilder
impl RefUnwindSafe for WorkspaceDescriptionBuilder
impl Send for WorkspaceDescriptionBuilder
impl Sync for WorkspaceDescriptionBuilder
impl Unpin for WorkspaceDescriptionBuilder
impl UnwindSafe for WorkspaceDescriptionBuilder
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);