pub struct GetCommentVideoIdsRequest<'a> {
pub client: &'a mut Client<HttpsConnector<HttpConnector>, Empty<Bytes>>,
pub ip: &'a str,
pub fields: GoogleAPIRequestFields<'a>,
pub comment_ids: Vec<String>,
}Fields§
§client: &'a mut Client<HttpsConnector<HttpConnector>, Empty<Bytes>>§ip: &'a str§fields: GoogleAPIRequestFields<'a>§comment_ids: Vec<String>Implementations§
Source§impl<'a> GetCommentVideoIdsRequest<'a>
impl<'a> GetCommentVideoIdsRequest<'a>
pub async fn send(self) -> Result<GetCommentVideoIdsResponse, YouTubeError>
Trait Implementations§
Source§impl<'a> AsMut<GoogleAPIRequestFields<'a>> for GetCommentVideoIdsRequest<'a>
impl<'a> AsMut<GoogleAPIRequestFields<'a>> for GetCommentVideoIdsRequest<'a>
Source§fn as_mut(&mut self) -> &mut GoogleAPIRequestFields<'a>
fn as_mut(&mut self) -> &mut GoogleAPIRequestFields<'a>
Converts this type into a mutable reference of the (usually inferred) input type.
Auto Trait Implementations§
impl<'a> Freeze for GetCommentVideoIdsRequest<'a>
impl<'a> !RefUnwindSafe for GetCommentVideoIdsRequest<'a>
impl<'a> Send for GetCommentVideoIdsRequest<'a>
impl<'a> Sync for GetCommentVideoIdsRequest<'a>
impl<'a> Unpin for GetCommentVideoIdsRequest<'a>
impl<'a> !UnwindSafe for GetCommentVideoIdsRequest<'a>
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