pub struct XMLTVProgramSubTitle {
pub title: String,
pub lang: Option<String>,
}Expand description
Structure representing a XMLTV sub title
Fields§
§title: String§lang: Option<String>Auto Trait Implementations§
impl Freeze for XMLTVProgramSubTitle
impl RefUnwindSafe for XMLTVProgramSubTitle
impl Send for XMLTVProgramSubTitle
impl Sync for XMLTVProgramSubTitle
impl Unpin for XMLTVProgramSubTitle
impl UnwindSafe for XMLTVProgramSubTitle
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