pub struct FeedId(/* private fields */);Expand description
Unique identifier for a video feed within the runtime.
Backed by a u64. Two feeds in the same runtime always have distinct IDs.
IDs are never reused within a single runtime session.
Implementations§
Trait Implementations§
impl Copy for FeedId
impl Eq for FeedId
impl StructuralPartialEq for FeedId
Auto Trait Implementations§
impl Freeze for FeedId
impl RefUnwindSafe for FeedId
impl Send for FeedId
impl Sync for FeedId
impl Unpin for FeedId
impl UnsafeUnpin for FeedId
impl UnwindSafe for FeedId
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