pub struct XMLTVProgramKeyword { /* private fields */ }Auto Trait Implementations§
impl Freeze for XMLTVProgramKeyword
impl RefUnwindSafe for XMLTVProgramKeyword
impl Send for XMLTVProgramKeyword
impl Sync for XMLTVProgramKeyword
impl Unpin for XMLTVProgramKeyword
impl UnwindSafe for XMLTVProgramKeyword
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