pub struct TextboxTightWrap {
pub val: Option<TextboxTightWrapType>,
}
Fields§
§val: Option<TextboxTightWrapType>
Implementations§
Source§impl TextboxTightWrap
impl TextboxTightWrap
pub fn val<T: Into<TextboxTightWrapType>>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for TextboxTightWrap
impl Clone for TextboxTightWrap
Source§fn clone(&self) -> TextboxTightWrap
fn clone(&self) -> TextboxTightWrap
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for TextboxTightWrap
impl Debug for TextboxTightWrap
Source§impl Default for TextboxTightWrap
impl Default for TextboxTightWrap
Source§fn default() -> TextboxTightWrap
fn default() -> TextboxTightWrap
Returns the “default value” for a type. Read more
Source§impl<'__input> XmlRead<'__input> for TextboxTightWrap
impl<'__input> XmlRead<'__input> for TextboxTightWrap
Auto Trait Implementations§
impl Freeze for TextboxTightWrap
impl RefUnwindSafe for TextboxTightWrap
impl Send for TextboxTightWrap
impl Sync for TextboxTightWrap
impl Unpin for TextboxTightWrap
impl UnwindSafe for TextboxTightWrap
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
Mutably borrows from an owned value. Read more