Skip to main content

ClientNamePattern

Type Alias ClientNamePattern 

Source
pub type ClientNamePattern = Pattern<ClientNamePatternKind>;

Aliased Type§

pub struct ClientNamePattern { /* private fields */ }

Trait Implementations§

Source§

impl From<ClientName> for ClientNamePattern

Source§

fn from(value: ClientName) -> Self

Converts to this type from the input type.