pub struct TID(pub String);Expand description
Tribune Media Systems Program identifier
Tuple Fields§
§0: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for TID
impl RefUnwindSafe for TID
impl Send for TID
impl Sync for TID
impl Unpin for TID
impl UnwindSafe for TID
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