pub enum VideoId {
Id(String),
UserId(String),
GameId(String),
}
Variants§
Auto Trait Implementations§
impl Freeze for VideoId
impl RefUnwindSafe for VideoId
impl Send for VideoId
impl Sync for VideoId
impl Unpin for VideoId
impl UnwindSafe for VideoId
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