pub struct AppManifestErrorBuilder { /* private fields */ }Expand description
Builder for AppManifestError.
Implementations§
Source§impl AppManifestErrorBuilder
impl AppManifestErrorBuilder
Sourcepub fn critical<VALUE: Into<JsUInt>>(&mut self, value: VALUE) -> &mut Self
pub fn critical<VALUE: Into<JsUInt>>(&mut self, value: VALUE) -> &mut Self
If critical, this is a non-recoverable parse error.
Sourcepub fn build(&self) -> Result<AppManifestError, AppManifestErrorBuilderError>
pub fn build(&self) -> Result<AppManifestError, AppManifestErrorBuilderError>
Trait Implementations§
Source§impl Clone for AppManifestErrorBuilder
impl Clone for AppManifestErrorBuilder
Source§fn clone(&self) -> AppManifestErrorBuilder
fn clone(&self) -> AppManifestErrorBuilder
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for AppManifestErrorBuilder
impl RefUnwindSafe for AppManifestErrorBuilder
impl Send for AppManifestErrorBuilder
impl Sync for AppManifestErrorBuilder
impl Unpin for AppManifestErrorBuilder
impl UnsafeUnpin for AppManifestErrorBuilder
impl UnwindSafe for AppManifestErrorBuilder
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