pub struct RecvVideo {
pub media_id: String,
pub thumb_media_id: String,
}Fields§
§media_id: String§thumb_media_id: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for RecvVideo
impl RefUnwindSafe for RecvVideo
impl Send for RecvVideo
impl Sync for RecvVideo
impl Unpin for RecvVideo
impl UnwindSafe for RecvVideo
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