pub struct QueryFileOptsBuilder { /* private fields */ }
Expand description
Builder for QueryFileOpts
.
Implementations§
Source§impl QueryFileOptsBuilder
impl QueryFileOptsBuilder
Sourcepub fn permissions<VALUE: Into<isize>>(&mut self, value: VALUE) -> &mut Self
pub fn permissions<VALUE: Into<isize>>(&mut self, value: VALUE) -> &mut Self
Permissions of the new file. Example: 0600
Sourcepub fn build(&self) -> Result<QueryFileOpts, QueryFileOptsBuilderError>
pub fn build(&self) -> Result<QueryFileOpts, QueryFileOptsBuilderError>
Trait Implementations§
Source§impl Clone for QueryFileOptsBuilder
impl Clone for QueryFileOptsBuilder
Source§fn clone(&self) -> QueryFileOptsBuilder
fn clone(&self) -> QueryFileOptsBuilder
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 QueryFileOptsBuilder
impl RefUnwindSafe for QueryFileOptsBuilder
impl Send for QueryFileOptsBuilder
impl Sync for QueryFileOptsBuilder
impl Unpin for QueryFileOptsBuilder
impl UnwindSafe for QueryFileOptsBuilder
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