Struct gtk4::builders::PasswordEntryBufferBuilder
source · [−]pub struct PasswordEntryBufferBuilder { /* private fields */ }
Expand description
A builder-pattern type to construct PasswordEntryBuffer
objects.
Implementations
sourceimpl PasswordEntryBufferBuilder
impl PasswordEntryBufferBuilder
sourcepub fn new() -> Self
Available on crate feature v4_4
only.
pub fn new() -> Self
v4_4
only.Create a new PasswordEntryBufferBuilder
.
sourcepub fn build(self) -> PasswordEntryBuffer
Available on crate feature v4_4
only.
pub fn build(self) -> PasswordEntryBuffer
v4_4
only.Build the PasswordEntryBuffer
.
pub fn max_length(self, max_length: i32) -> Self
Available on crate feature
v4_4
only.pub fn text(self, text: &str) -> Self
Available on crate feature
v4_4
only.Trait Implementations
sourceimpl Clone for PasswordEntryBufferBuilder
Available on crate feature v4_4
only.
impl Clone for PasswordEntryBufferBuilder
Available on crate feature
v4_4
only.sourcefn clone(&self) -> PasswordEntryBufferBuilder
fn clone(&self) -> PasswordEntryBufferBuilder
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Default for PasswordEntryBufferBuilder
Available on crate feature v4_4
only.
impl Default for PasswordEntryBufferBuilder
Available on crate feature
v4_4
only.sourcefn default() -> PasswordEntryBufferBuilder
fn default() -> PasswordEntryBufferBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for PasswordEntryBufferBuilder
impl Send for PasswordEntryBufferBuilder
impl Sync for PasswordEntryBufferBuilder
impl Unpin for PasswordEntryBufferBuilder
impl UnwindSafe for PasswordEntryBufferBuilder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more