Struct StringAttr
pub struct StringAttr {
pub length: Option<u16>,
}Fields§
§length: Option<u16>Trait Implementations§
§impl Clone for StringAttr
impl Clone for StringAttr
§fn clone(&self) -> StringAttr
fn clone(&self) -> StringAttr
Returns a duplicate 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 more§impl Debug for StringAttr
impl Debug for StringAttr
§impl Default for StringAttr
impl Default for StringAttr
§fn default() -> StringAttr
fn default() -> StringAttr
Returns the “default value” for a type. Read more
§impl PartialEq for StringAttr
impl PartialEq for StringAttr
impl StructuralPartialEq for StringAttr
Auto Trait Implementations§
impl Freeze for StringAttr
impl RefUnwindSafe for StringAttr
impl Send for StringAttr
impl Sync for StringAttr
impl Unpin for StringAttr
impl UnwindSafe for StringAttr
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