pub struct GetAppIdReturnsBuilder<'a> { /* private fields */ }Implementations§
Source§impl<'a> GetAppIdReturnsBuilder<'a>
impl<'a> GetAppIdReturnsBuilder<'a>
Sourcepub fn appId(self, appId: impl Into<Cow<'a, str>>) -> Self
pub fn appId(self, appId: impl Into<Cow<'a, str>>) -> Self
App id, either from manifest’s id attribute or computed from start_url
Sourcepub fn recommendedId(self, recommendedId: impl Into<Cow<'a, str>>) -> Self
pub fn recommendedId(self, recommendedId: impl Into<Cow<'a, str>>) -> Self
Recommendation for manifest’s id attribute to match current id computed from start_url
pub fn build(self) -> GetAppIdReturns<'a>
Trait Implementations§
Source§impl<'a> Default for GetAppIdReturnsBuilder<'a>
impl<'a> Default for GetAppIdReturnsBuilder<'a>
Source§fn default() -> GetAppIdReturnsBuilder<'a>
fn default() -> GetAppIdReturnsBuilder<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'a> Freeze for GetAppIdReturnsBuilder<'a>
impl<'a> RefUnwindSafe for GetAppIdReturnsBuilder<'a>
impl<'a> Send for GetAppIdReturnsBuilder<'a>
impl<'a> Sync for GetAppIdReturnsBuilder<'a>
impl<'a> Unpin for GetAppIdReturnsBuilder<'a>
impl<'a> UnsafeUnpin for GetAppIdReturnsBuilder<'a>
impl<'a> UnwindSafe for GetAppIdReturnsBuilder<'a>
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