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