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