pub struct WebAppDataBuilder { /* private fields */ }Expand description
Builder for the WebAppData structure
Implementations§
Trait Implementations§
Source§impl Builder for WebAppDataBuilder
impl Builder for WebAppDataBuilder
Source§type Value = WebAppData
type Value = WebAppData
Type to be built
Auto Trait Implementations§
impl Freeze for WebAppDataBuilder
impl RefUnwindSafe for WebAppDataBuilder
impl Send for WebAppDataBuilder
impl Sync for WebAppDataBuilder
impl Unpin for WebAppDataBuilder
impl UnwindSafe for WebAppDataBuilder
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