pub struct FeedRow<'a> {
pub time: &'a str,
pub kicker: &'a str,
pub text: &'a str,
}Fields§
§time: &'a str§kicker: &'a str§text: &'a strImplementations§
Trait Implementations§
Source§impl<'a> PartialEq for FeedRow<'a>
impl<'a> PartialEq for FeedRow<'a>
impl<'a> Copy for FeedRow<'a>
impl<'a> Eq for FeedRow<'a>
impl<'a> StructuralPartialEq for FeedRow<'a>
Auto Trait Implementations§
impl<'a> Freeze for FeedRow<'a>
impl<'a> RefUnwindSafe for FeedRow<'a>
impl<'a> Send for FeedRow<'a>
impl<'a> Sync for FeedRow<'a>
impl<'a> Unpin for FeedRow<'a>
impl<'a> UnsafeUnpin for FeedRow<'a>
impl<'a> UnwindSafe for FeedRow<'a>
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