pub struct XMLTVProgramCredits { /* private fields */ }Implementations§
Source§impl XMLTVProgramCredits
impl XMLTVProgramCredits
pub fn new() -> Self
pub fn add_director(&mut self, director: String)
pub fn add_actor(&mut self, actor: XMLTVProgramActor)
pub fn add_writer(&mut self, writer: String)
pub fn add_adapter(&mut self, adapter: String)
pub fn add_producer(&mut self, producer: String)
pub fn add_composer(&mut self, composer: String)
pub fn add_editor(&mut self, editor: String)
pub fn add_presenter(&mut self, presenter: String)
pub fn add_commentator(&mut self, commentator: String)
pub fn add_guest(&mut self, guest: String)
pub fn to_xmlelement(&self) -> Result<XMLElement>
Auto Trait Implementations§
impl Freeze for XMLTVProgramCredits
impl RefUnwindSafe for XMLTVProgramCredits
impl Send for XMLTVProgramCredits
impl Sync for XMLTVProgramCredits
impl Unpin for XMLTVProgramCredits
impl UnwindSafe for XMLTVProgramCredits
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