pub struct XMLTVChannelDisplayName { /* private fields */ }Expand description
Structure representing a XMLTV channel display name.
Implementations§
Auto Trait Implementations§
impl Freeze for XMLTVChannelDisplayName
impl RefUnwindSafe for XMLTVChannelDisplayName
impl Send for XMLTVChannelDisplayName
impl Sync for XMLTVChannelDisplayName
impl Unpin for XMLTVChannelDisplayName
impl UnwindSafe for XMLTVChannelDisplayName
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