pub struct BiographyData {
pub callsign: String,
pub html_content: String,
}Expand description
Biography/HTML data container
Fields§
§callsign: StringThe callsign this biography belongs to
html_content: StringRaw HTML content
Implementations§
Trait Implementations§
Source§impl Clone for BiographyData
impl Clone for BiographyData
Source§fn clone(&self) -> BiographyData
fn clone(&self) -> BiographyData
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for BiographyData
impl RefUnwindSafe for BiographyData
impl Send for BiographyData
impl Sync for BiographyData
impl Unpin for BiographyData
impl UnsafeUnpin for BiographyData
impl UnwindSafe for BiographyData
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