pub struct VodUrls {
pub assets: &'static str,
pub import_asset: &'static str,
pub get_presigned_url: &'static str,
pub export: &'static str,
pub list_webhooks: &'static str,
}Fields§
§assets: &'static str§import_asset: &'static str§get_presigned_url: &'static str§export: &'static str§list_webhooks: &'static strTrait Implementations§
Auto Trait Implementations§
impl Freeze for VodUrls
impl RefUnwindSafe for VodUrls
impl Send for VodUrls
impl Sync for VodUrls
impl Unpin for VodUrls
impl UnwindSafe for VodUrls
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