pub struct LinesOfTextGrp {
pub text: FixString,
pub encoded_text: Option<Data>,
}
Fields§
§text: FixString
Tag 58.
encoded_text: Option<Data>
Tag 355.
Trait Implementations§
Source§impl Clone for LinesOfTextGrp
impl Clone for LinesOfTextGrp
Source§fn clone(&self) -> LinesOfTextGrp
fn clone(&self) -> LinesOfTextGrp
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 moreSource§impl Debug for LinesOfTextGrp
impl Debug for LinesOfTextGrp
Source§impl Default for LinesOfTextGrp
impl Default for LinesOfTextGrp
Source§fn default() -> LinesOfTextGrp
fn default() -> LinesOfTextGrp
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LinesOfTextGrp
impl RefUnwindSafe for LinesOfTextGrp
impl Send for LinesOfTextGrp
impl Sync for LinesOfTextGrp
impl Unpin for LinesOfTextGrp
impl UnwindSafe for LinesOfTextGrp
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