pub struct EntryBufferBuilder { /* private fields */ }Expand description
A builder-pattern type to construct EntryBuffer objects.
Implementations§
Source§impl EntryBufferBuilder
impl EntryBufferBuilder
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) -> EntryBuffer
pub fn build(self) -> EntryBuffer
Build the EntryBuffer.