pub struct NamedText {
pub source: String,
pub text: String,
}Expand description
Text with a stable source label used in receipts.
Fields§
§source: String§text: StringImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NamedText
impl RefUnwindSafe for NamedText
impl Send for NamedText
impl Sync for NamedText
impl Unpin for NamedText
impl UnsafeUnpin for NamedText
impl UnwindSafe for NamedText
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