pub struct FileSettingBuilder {}Expand description
Builder for FileSetting.
Implementations§
Source§impl FileSettingBuilder
impl FileSettingBuilder
Sourcepub fn build(&self) -> Result<FileSetting, FileSettingBuilderError>
pub fn build(&self) -> Result<FileSetting, FileSettingBuilderError>
Trait Implementations§
Source§impl Clone for FileSettingBuilder
impl Clone for FileSettingBuilder
Source§fn clone(&self) -> FileSettingBuilder
fn clone(&self) -> FileSettingBuilder
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for FileSettingBuilder
impl RefUnwindSafe for FileSettingBuilder
impl Send for FileSettingBuilder
impl Sync for FileSettingBuilder
impl Unpin for FileSettingBuilder
impl UnwindSafe for FileSettingBuilder
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