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