pub struct FetchVideo { /* private fields */ }Expand description
Retrieve a specific video from its ID.
Implementations§
Source§impl FetchVideo
impl FetchVideo
Sourcepub fn builder() -> FetchVideoBuilder
pub fn builder() -> FetchVideoBuilder
Creates FetchVideoBuilder for building URI’s.
Sourcepub fn create_uri(&self) -> Result<String, PexelsError>
pub fn create_uri(&self) -> Result<String, PexelsError>
Create URI from inputed vales from the FetchVideoBuilder.
Auto Trait Implementations§
impl Freeze for FetchVideo
impl RefUnwindSafe for FetchVideo
impl Send for FetchVideo
impl Sync for FetchVideo
impl Unpin for FetchVideo
impl UnwindSafe for FetchVideo
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