pub struct GetMetadataReturnObjectBuilder { /* private fields */ }Expand description
Builder for GetMetadataReturnObject.
Implementations§
Source§impl GetMetadataReturnObjectBuilder
impl GetMetadataReturnObjectBuilder
Sourcepub fn entries_count(&mut self, value: JsFloat) -> &mut Self
pub fn entries_count(&mut self, value: JsFloat) -> &mut Self
the entries count
Sourcepub fn key_generator_value(&mut self, value: JsFloat) -> &mut Self
pub fn key_generator_value(&mut self, value: JsFloat) -> &mut Self
the current value of key generator, to become the next inserted key into the object store. Valid if objectStore.autoIncrement is true.
Sourcepub fn build(
&self,
) -> Result<GetMetadataReturnObject, GetMetadataReturnObjectBuilderError>
pub fn build( &self, ) -> Result<GetMetadataReturnObject, GetMetadataReturnObjectBuilderError>
Trait Implementations§
Source§impl Clone for GetMetadataReturnObjectBuilder
impl Clone for GetMetadataReturnObjectBuilder
Source§fn clone(&self) -> GetMetadataReturnObjectBuilder
fn clone(&self) -> GetMetadataReturnObjectBuilder
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 GetMetadataReturnObjectBuilder
impl RefUnwindSafe for GetMetadataReturnObjectBuilder
impl Send for GetMetadataReturnObjectBuilder
impl Sync for GetMetadataReturnObjectBuilder
impl Unpin for GetMetadataReturnObjectBuilder
impl UnsafeUnpin for GetMetadataReturnObjectBuilder
impl UnwindSafe for GetMetadataReturnObjectBuilder
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