pub struct SetSharedStorageEntryParamsBuilder<'a> { /* private fields */ }Implementations§
Sourcepub fn ignoreIfPresent(self, ignoreIfPresent: bool) -> Self
pub fn ignoreIfPresent(self, ignoreIfPresent: 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