pub struct PackBuilder { /* private fields */ }Expand description
Builder for RFS pack operations
Implementations§
Source§impl PackBuilder
impl PackBuilder
Sourcepub fn with_store_spec(self, store_spec: StoreSpec) -> Self
pub fn with_store_spec(self, store_spec: StoreSpec) -> Self
Sourcepub fn with_store_specs(self, store_specs: Vec<StoreSpec>) -> Self
pub fn with_store_specs(self, store_specs: Vec<StoreSpec>) -> Self
Sourcepub fn with_debug(self, debug: bool) -> Self
pub fn with_debug(self, debug: bool) -> Self
Sourcepub fn store_specs(&self) -> &Vec<StoreSpec>
pub fn store_specs(&self) -> &Vec<StoreSpec>
Trait Implementations§
Source§impl Clone for PackBuilder
impl Clone for PackBuilder
Source§fn clone(&self) -> PackBuilder
fn clone(&self) -> PackBuilder
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PackBuilder
impl RefUnwindSafe for PackBuilder
impl Send for PackBuilder
impl Sync for PackBuilder
impl Unpin for PackBuilder
impl UnsafeUnpin for PackBuilder
impl UnwindSafe for PackBuilder
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