pub struct PasswordEntryBufferBuilder { /* private fields */ }Available on crate feature
v4_4 only.Expand description
A builder-pattern type to construct PasswordEntryBuffer objects.
Implementations§
Source§impl PasswordEntryBufferBuilder
impl PasswordEntryBufferBuilder
Sourcepub fn max_length(self, max_length: i32) -> Self
pub fn max_length(self, max_length: i32) -> Self
The maximum length (in characters) of the text in the buffer.
Sourcepub fn build(self) -> PasswordEntryBuffer
pub fn build(self) -> PasswordEntryBuffer
Build the PasswordEntryBuffer.