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