pub struct FetchVideo { /* private fields */ }
Expand description
Represents a request to fetch a specific video by its ID from the Pexels API.
Implementations§
Source§impl FetchVideo
impl FetchVideo
Sourcepub fn builder() -> FetchVideoBuilder
pub fn builder() -> FetchVideoBuilder
Creates a new FetchVideoBuilder
for building URIs.
Sourcepub fn create_uri(&self) -> Result<String, PexelsError>
pub fn create_uri(&self) -> Result<String, PexelsError>
Creates a URI from the provided values.
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