Struct ytmapi_rs::query::PostMethod
source · pub struct PostMethod;Expand description
The POST query method
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PostMethod
impl RefUnwindSafe for PostMethod
impl Send for PostMethod
impl Sync for PostMethod
impl Unpin for PostMethod
impl UnwindSafe for PostMethod
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