#[non_exhaustive]pub struct ClientVpnEndpointBuilder { /* private fields */ }
Expand description
A builder for ClientVpnEndpoint
.
Implementations§
Source§impl ClientVpnEndpointBuilder
impl ClientVpnEndpointBuilder
Sourcepub fn client_vpn_endpoint_id(self, input: impl Into<String>) -> Self
pub fn client_vpn_endpoint_id(self, input: impl Into<String>) -> Self
The ID of the Client VPN endpoint.
Sourcepub fn set_client_vpn_endpoint_id(self, input: Option<String>) -> Self
pub fn set_client_vpn_endpoint_id(self, input: Option<String>) -> Self
The ID of the Client VPN endpoint.
Sourcepub fn get_client_vpn_endpoint_id(&self) -> &Option<String>
pub fn get_client_vpn_endpoint_id(&self) -> &Option<String>
The ID of the Client VPN endpoint.
Sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
A brief description of the endpoint.
Sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
A brief description of the endpoint.
Sourcepub fn get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
A brief description of the endpoint.
Sourcepub fn status(self, input: ClientVpnEndpointStatus) -> Self
pub fn status(self, input: ClientVpnEndpointStatus) -> Self
The current state of the Client VPN endpoint.
Sourcepub fn set_status(self, input: Option<ClientVpnEndpointStatus>) -> Self
pub fn set_status(self, input: Option<ClientVpnEndpointStatus>) -> Self
The current state of the Client VPN endpoint.
Sourcepub fn get_status(&self) -> &Option<ClientVpnEndpointStatus>
pub fn get_status(&self) -> &Option<ClientVpnEndpointStatus>
The current state of the Client VPN endpoint.
Sourcepub fn creation_time(self, input: impl Into<String>) -> Self
pub fn creation_time(self, input: impl Into<String>) -> Self
The date and time the Client VPN endpoint was created.
Sourcepub fn set_creation_time(self, input: Option<String>) -> Self
pub fn set_creation_time(self, input: Option<String>) -> Self
The date and time the Client VPN endpoint was created.
Sourcepub fn get_creation_time(&self) -> &Option<String>
pub fn get_creation_time(&self) -> &Option<String>
The date and time the Client VPN endpoint was created.
Sourcepub fn deletion_time(self, input: impl Into<String>) -> Self
pub fn deletion_time(self, input: impl Into<String>) -> Self
The date and time the Client VPN endpoint was deleted, if applicable.
Sourcepub fn set_deletion_time(self, input: Option<String>) -> Self
pub fn set_deletion_time(self, input: Option<String>) -> Self
The date and time the Client VPN endpoint was deleted, if applicable.
Sourcepub fn get_deletion_time(&self) -> &Option<String>
pub fn get_deletion_time(&self) -> &Option<String>
The date and time the Client VPN endpoint was deleted, if applicable.
Sourcepub fn dns_name(self, input: impl Into<String>) -> Self
pub fn dns_name(self, input: impl Into<String>) -> Self
The DNS name to be used by clients when connecting to the Client VPN endpoint.
Sourcepub fn set_dns_name(self, input: Option<String>) -> Self
pub fn set_dns_name(self, input: Option<String>) -> Self
The DNS name to be used by clients when connecting to the Client VPN endpoint.
Sourcepub fn get_dns_name(&self) -> &Option<String>
pub fn get_dns_name(&self) -> &Option<String>
The DNS name to be used by clients when connecting to the Client VPN endpoint.
Sourcepub fn client_cidr_block(self, input: impl Into<String>) -> Self
pub fn client_cidr_block(self, input: impl Into<String>) -> Self
The IPv4 address range, in CIDR notation, from which client IP addresses are assigned.
Sourcepub fn set_client_cidr_block(self, input: Option<String>) -> Self
pub fn set_client_cidr_block(self, input: Option<String>) -> Self
The IPv4 address range, in CIDR notation, from which client IP addresses are assigned.
Sourcepub fn get_client_cidr_block(&self) -> &Option<String>
pub fn get_client_cidr_block(&self) -> &Option<String>
The IPv4 address range, in CIDR notation, from which client IP addresses are assigned.
Sourcepub fn dns_servers(self, input: impl Into<String>) -> Self
pub fn dns_servers(self, input: impl Into<String>) -> Self
Appends an item to dns_servers
.
To override the contents of this collection use set_dns_servers
.
Information about the DNS servers to be used for DNS resolution.
Sourcepub fn set_dns_servers(self, input: Option<Vec<String>>) -> Self
pub fn set_dns_servers(self, input: Option<Vec<String>>) -> Self
Information about the DNS servers to be used for DNS resolution.
Sourcepub fn get_dns_servers(&self) -> &Option<Vec<String>>
pub fn get_dns_servers(&self) -> &Option<Vec<String>>
Information about the DNS servers to be used for DNS resolution.
Sourcepub fn split_tunnel(self, input: bool) -> Self
pub fn split_tunnel(self, input: bool) -> Self
Indicates whether split-tunnel is enabled in the Client VPN endpoint.
For information about split-tunnel VPN endpoints, see Split-Tunnel Client VPN endpoint in the Client VPN Administrator Guide.
Sourcepub fn set_split_tunnel(self, input: Option<bool>) -> Self
pub fn set_split_tunnel(self, input: Option<bool>) -> Self
Indicates whether split-tunnel is enabled in the Client VPN endpoint.
For information about split-tunnel VPN endpoints, see Split-Tunnel Client VPN endpoint in the Client VPN Administrator Guide.
Sourcepub fn get_split_tunnel(&self) -> &Option<bool>
pub fn get_split_tunnel(&self) -> &Option<bool>
Indicates whether split-tunnel is enabled in the Client VPN endpoint.
For information about split-tunnel VPN endpoints, see Split-Tunnel Client VPN endpoint in the Client VPN Administrator Guide.
Sourcepub fn vpn_protocol(self, input: VpnProtocol) -> Self
pub fn vpn_protocol(self, input: VpnProtocol) -> Self
The protocol used by the VPN session.
Sourcepub fn set_vpn_protocol(self, input: Option<VpnProtocol>) -> Self
pub fn set_vpn_protocol(self, input: Option<VpnProtocol>) -> Self
The protocol used by the VPN session.
Sourcepub fn get_vpn_protocol(&self) -> &Option<VpnProtocol>
pub fn get_vpn_protocol(&self) -> &Option<VpnProtocol>
The protocol used by the VPN session.
Sourcepub fn transport_protocol(self, input: TransportProtocol) -> Self
pub fn transport_protocol(self, input: TransportProtocol) -> Self
The transport protocol used by the Client VPN endpoint.
Sourcepub fn set_transport_protocol(self, input: Option<TransportProtocol>) -> Self
pub fn set_transport_protocol(self, input: Option<TransportProtocol>) -> Self
The transport protocol used by the Client VPN endpoint.
Sourcepub fn get_transport_protocol(&self) -> &Option<TransportProtocol>
pub fn get_transport_protocol(&self) -> &Option<TransportProtocol>
The transport protocol used by the Client VPN endpoint.
Sourcepub fn set_vpn_port(self, input: Option<i32>) -> Self
pub fn set_vpn_port(self, input: Option<i32>) -> Self
The port number for the Client VPN endpoint.
Sourcepub fn get_vpn_port(&self) -> &Option<i32>
pub fn get_vpn_port(&self) -> &Option<i32>
The port number for the Client VPN endpoint.
Sourcepub fn associated_target_networks(self, input: AssociatedTargetNetwork) -> Self
👎Deprecated: This property is deprecated. To view the target networks associated with a Client VPN endpoint, call DescribeClientVpnTargetNetworks and inspect the clientVpnTargetNetworks response element.
pub fn associated_target_networks(self, input: AssociatedTargetNetwork) -> Self
Appends an item to associated_target_networks
.
To override the contents of this collection use set_associated_target_networks
.
Information about the associated target networks. A target network is a subnet in a VPC.
Sourcepub fn set_associated_target_networks(
self,
input: Option<Vec<AssociatedTargetNetwork>>,
) -> Self
👎Deprecated: This property is deprecated. To view the target networks associated with a Client VPN endpoint, call DescribeClientVpnTargetNetworks and inspect the clientVpnTargetNetworks response element.
pub fn set_associated_target_networks( self, input: Option<Vec<AssociatedTargetNetwork>>, ) -> Self
Information about the associated target networks. A target network is a subnet in a VPC.
Sourcepub fn get_associated_target_networks(
&self,
) -> &Option<Vec<AssociatedTargetNetwork>>
👎Deprecated: This property is deprecated. To view the target networks associated with a Client VPN endpoint, call DescribeClientVpnTargetNetworks and inspect the clientVpnTargetNetworks response element.
pub fn get_associated_target_networks( &self, ) -> &Option<Vec<AssociatedTargetNetwork>>
Information about the associated target networks. A target network is a subnet in a VPC.
Sourcepub fn server_certificate_arn(self, input: impl Into<String>) -> Self
pub fn server_certificate_arn(self, input: impl Into<String>) -> Self
The ARN of the server certificate.
Sourcepub fn set_server_certificate_arn(self, input: Option<String>) -> Self
pub fn set_server_certificate_arn(self, input: Option<String>) -> Self
The ARN of the server certificate.
Sourcepub fn get_server_certificate_arn(&self) -> &Option<String>
pub fn get_server_certificate_arn(&self) -> &Option<String>
The ARN of the server certificate.
Sourcepub fn authentication_options(self, input: ClientVpnAuthentication) -> Self
pub fn authentication_options(self, input: ClientVpnAuthentication) -> Self
Appends an item to authentication_options
.
To override the contents of this collection use set_authentication_options
.
Information about the authentication method used by the Client VPN endpoint.
Sourcepub fn set_authentication_options(
self,
input: Option<Vec<ClientVpnAuthentication>>,
) -> Self
pub fn set_authentication_options( self, input: Option<Vec<ClientVpnAuthentication>>, ) -> Self
Information about the authentication method used by the Client VPN endpoint.
Sourcepub fn get_authentication_options(
&self,
) -> &Option<Vec<ClientVpnAuthentication>>
pub fn get_authentication_options( &self, ) -> &Option<Vec<ClientVpnAuthentication>>
Information about the authentication method used by the Client VPN endpoint.
Sourcepub fn connection_log_options(self, input: ConnectionLogResponseOptions) -> Self
pub fn connection_log_options(self, input: ConnectionLogResponseOptions) -> Self
Information about the client connection logging options for the Client VPN endpoint.
Sourcepub fn set_connection_log_options(
self,
input: Option<ConnectionLogResponseOptions>,
) -> Self
pub fn set_connection_log_options( self, input: Option<ConnectionLogResponseOptions>, ) -> Self
Information about the client connection logging options for the Client VPN endpoint.
Sourcepub fn get_connection_log_options(
&self,
) -> &Option<ConnectionLogResponseOptions>
pub fn get_connection_log_options( &self, ) -> &Option<ConnectionLogResponseOptions>
Information about the client connection logging options for the Client VPN endpoint.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
Any tags assigned to the Client VPN endpoint.
Any tags assigned to the Client VPN endpoint.
Any tags assigned to the Client VPN endpoint.
Sourcepub fn security_group_ids(self, input: impl Into<String>) -> Self
pub fn security_group_ids(self, input: impl Into<String>) -> Self
Appends an item to security_group_ids
.
To override the contents of this collection use set_security_group_ids
.
The IDs of the security groups for the target network.
Sourcepub fn set_security_group_ids(self, input: Option<Vec<String>>) -> Self
pub fn set_security_group_ids(self, input: Option<Vec<String>>) -> Self
The IDs of the security groups for the target network.
Sourcepub fn get_security_group_ids(&self) -> &Option<Vec<String>>
pub fn get_security_group_ids(&self) -> &Option<Vec<String>>
The IDs of the security groups for the target network.
Sourcepub fn set_vpc_id(self, input: Option<String>) -> Self
pub fn set_vpc_id(self, input: Option<String>) -> Self
The ID of the VPC.
Sourcepub fn get_vpc_id(&self) -> &Option<String>
pub fn get_vpc_id(&self) -> &Option<String>
The ID of the VPC.
Sourcepub fn self_service_portal_url(self, input: impl Into<String>) -> Self
pub fn self_service_portal_url(self, input: impl Into<String>) -> Self
The URL of the self-service portal.
Sourcepub fn set_self_service_portal_url(self, input: Option<String>) -> Self
pub fn set_self_service_portal_url(self, input: Option<String>) -> Self
The URL of the self-service portal.
Sourcepub fn get_self_service_portal_url(&self) -> &Option<String>
pub fn get_self_service_portal_url(&self) -> &Option<String>
The URL of the self-service portal.
Sourcepub fn client_connect_options(self, input: ClientConnectResponseOptions) -> Self
pub fn client_connect_options(self, input: ClientConnectResponseOptions) -> Self
The options for managing connection authorization for new client connections.
Sourcepub fn set_client_connect_options(
self,
input: Option<ClientConnectResponseOptions>,
) -> Self
pub fn set_client_connect_options( self, input: Option<ClientConnectResponseOptions>, ) -> Self
The options for managing connection authorization for new client connections.
Sourcepub fn get_client_connect_options(
&self,
) -> &Option<ClientConnectResponseOptions>
pub fn get_client_connect_options( &self, ) -> &Option<ClientConnectResponseOptions>
The options for managing connection authorization for new client connections.
Sourcepub fn session_timeout_hours(self, input: i32) -> Self
pub fn session_timeout_hours(self, input: i32) -> Self
The maximum VPN session duration time in hours.
Valid values: 8 | 10 | 12 | 24
Default value: 24
Sourcepub fn set_session_timeout_hours(self, input: Option<i32>) -> Self
pub fn set_session_timeout_hours(self, input: Option<i32>) -> Self
The maximum VPN session duration time in hours.
Valid values: 8 | 10 | 12 | 24
Default value: 24
Sourcepub fn get_session_timeout_hours(&self) -> &Option<i32>
pub fn get_session_timeout_hours(&self) -> &Option<i32>
The maximum VPN session duration time in hours.
Valid values: 8 | 10 | 12 | 24
Default value: 24
Options for enabling a customizable text banner that will be displayed on Amazon Web Services provided clients when a VPN session is established.
Options for enabling a customizable text banner that will be displayed on Amazon Web Services provided clients when a VPN session is established.
Options for enabling a customizable text banner that will be displayed on Amazon Web Services provided clients when a VPN session is established.
Sourcepub fn client_route_enforcement_options(
self,
input: ClientRouteEnforcementResponseOptions,
) -> Self
pub fn client_route_enforcement_options( self, input: ClientRouteEnforcementResponseOptions, ) -> Self
Client route enforcement is a feature of the Client VPN service that helps enforce administrator defined routes on devices connected through the VPN. T his feature helps improve your security posture by ensuring that network traffic originating from a connected client is not inadvertently sent outside the VPN tunnel.
Client route enforcement works by monitoring the route table of a connected device for routing policy changes to the VPN connection. If the feature detects any VPN routing policy modifications, it will automatically force an update to the route table, reverting it back to the expected route configurations.
Sourcepub fn set_client_route_enforcement_options(
self,
input: Option<ClientRouteEnforcementResponseOptions>,
) -> Self
pub fn set_client_route_enforcement_options( self, input: Option<ClientRouteEnforcementResponseOptions>, ) -> Self
Client route enforcement is a feature of the Client VPN service that helps enforce administrator defined routes on devices connected through the VPN. T his feature helps improve your security posture by ensuring that network traffic originating from a connected client is not inadvertently sent outside the VPN tunnel.
Client route enforcement works by monitoring the route table of a connected device for routing policy changes to the VPN connection. If the feature detects any VPN routing policy modifications, it will automatically force an update to the route table, reverting it back to the expected route configurations.
Sourcepub fn get_client_route_enforcement_options(
&self,
) -> &Option<ClientRouteEnforcementResponseOptions>
pub fn get_client_route_enforcement_options( &self, ) -> &Option<ClientRouteEnforcementResponseOptions>
Client route enforcement is a feature of the Client VPN service that helps enforce administrator defined routes on devices connected through the VPN. T his feature helps improve your security posture by ensuring that network traffic originating from a connected client is not inadvertently sent outside the VPN tunnel.
Client route enforcement works by monitoring the route table of a connected device for routing policy changes to the VPN connection. If the feature detects any VPN routing policy modifications, it will automatically force an update to the route table, reverting it back to the expected route configurations.
Sourcepub fn disconnect_on_session_timeout(self, input: bool) -> Self
pub fn disconnect_on_session_timeout(self, input: bool) -> Self
Indicates whether the client VPN session is disconnected after the maximum sessionTimeoutHours
is reached. If true
, users are prompted to reconnect client VPN. If false
, client VPN attempts to reconnect automatically. The default value is true
.
Sourcepub fn set_disconnect_on_session_timeout(self, input: Option<bool>) -> Self
pub fn set_disconnect_on_session_timeout(self, input: Option<bool>) -> Self
Indicates whether the client VPN session is disconnected after the maximum sessionTimeoutHours
is reached. If true
, users are prompted to reconnect client VPN. If false
, client VPN attempts to reconnect automatically. The default value is true
.
Sourcepub fn get_disconnect_on_session_timeout(&self) -> &Option<bool>
pub fn get_disconnect_on_session_timeout(&self) -> &Option<bool>
Indicates whether the client VPN session is disconnected after the maximum sessionTimeoutHours
is reached. If true
, users are prompted to reconnect client VPN. If false
, client VPN attempts to reconnect automatically. The default value is true
.
Sourcepub fn build(self) -> ClientVpnEndpoint
pub fn build(self) -> ClientVpnEndpoint
Consumes the builder and constructs a ClientVpnEndpoint
.
Trait Implementations§
Source§impl Clone for ClientVpnEndpointBuilder
impl Clone for ClientVpnEndpointBuilder
Source§fn clone(&self) -> ClientVpnEndpointBuilder
fn clone(&self) -> ClientVpnEndpointBuilder
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moreSource§impl Debug for ClientVpnEndpointBuilder
impl Debug for ClientVpnEndpointBuilder
Source§impl Default for ClientVpnEndpointBuilder
impl Default for ClientVpnEndpointBuilder
Source§fn default() -> ClientVpnEndpointBuilder
fn default() -> ClientVpnEndpointBuilder
Source§impl PartialEq for ClientVpnEndpointBuilder
impl PartialEq for ClientVpnEndpointBuilder
impl StructuralPartialEq for ClientVpnEndpointBuilder
Auto Trait Implementations§
impl Freeze for ClientVpnEndpointBuilder
impl RefUnwindSafe for ClientVpnEndpointBuilder
impl Send for ClientVpnEndpointBuilder
impl Sync for ClientVpnEndpointBuilder
impl Unpin for ClientVpnEndpointBuilder
impl UnwindSafe for ClientVpnEndpointBuilder
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);