pub struct AddMediaOptions { /* private fields */ }
Implementations§
Source§impl AddMediaOptions
impl AddMediaOptions
pub fn sync(self, value: bool) -> Self
pub fn logo<P: AsRef<Path>>(self, logo: P) -> Self
pub fn images_zip<P: AsRef<Path>>(self, images: P) -> Self
pub fn images<P: AsRef<Path>>(self, images: &[P]) -> Self
pub fn youtube(self, urls: &[String]) -> Self
pub fn sketchfab(self, urls: &[String]) -> Self
Trait Implementations§
Source§impl Default for AddMediaOptions
impl Default for AddMediaOptions
Source§fn default() -> AddMediaOptions
fn default() -> AddMediaOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for AddMediaOptions
impl !RefUnwindSafe for AddMediaOptions
impl Send for AddMediaOptions
impl Sync for AddMediaOptions
impl Unpin for AddMediaOptions
impl !UnwindSafe for AddMediaOptions
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