pub struct SetSharedStorageEntryParamsBuilder<'a> { /* private fields */ }Implementations§
Sourcepub fn ignore_if_present(self, ignore_if_present: bool) -> Self
pub fn ignore_if_present(self, ignore_if_present: bool) -> Self
If ‘ignoreIfPresent’ is included and true, then only sets the entry if ‘key’ doesn’t already exist.
pub fn build(self) -> SetSharedStorageEntryParams<'a>
Auto Trait Implementations§
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