pub struct StartupPathsBuilder { /* private fields */ }
Implementations§
Source§impl StartupPathsBuilder
impl StartupPathsBuilder
pub fn build(self) -> StartupPaths
pub fn libobs_data_path(self, value: ObsPath) -> Self
pub fn plugin_bin_path(self, value: ObsPath) -> Self
pub fn plugin_data_path(self, value: ObsPath) -> Self
Trait Implementations§
Source§impl Clone for StartupPathsBuilder
impl Clone for StartupPathsBuilder
Source§fn clone(&self) -> StartupPathsBuilder
fn clone(&self) -> StartupPathsBuilder
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for StartupPathsBuilder
impl Debug for StartupPathsBuilder
Source§impl Default for StartupPathsBuilder
impl Default for StartupPathsBuilder
Source§fn default() -> StartupPathsBuilder
fn default() -> StartupPathsBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StartupPathsBuilder
impl RefUnwindSafe for StartupPathsBuilder
impl Send for StartupPathsBuilder
impl Sync for StartupPathsBuilder
impl Unpin for StartupPathsBuilder
impl UnwindSafe for StartupPathsBuilder
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