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