#[non_exhaustive]pub struct InvalidRuleContentSha256Exception { /* private fields */ }Expand description
The SHA-256 hash signature for the rule content is not valid.
Implementations
sourceimpl InvalidRuleContentSha256Exception
impl InvalidRuleContentSha256Exception
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InvalidRuleContentSha256Exception.
Trait Implementations
sourceimpl Clone for InvalidRuleContentSha256Exception
impl Clone for InvalidRuleContentSha256Exception
sourcefn clone(&self) -> InvalidRuleContentSha256Exception
fn clone(&self) -> InvalidRuleContentSha256Exception
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Error for InvalidRuleContentSha256Exception
impl Error for InvalidRuleContentSha256Exception
1.30.0 · sourcefn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · sourcefn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
sourceimpl PartialEq<InvalidRuleContentSha256Exception> for InvalidRuleContentSha256Exception
impl PartialEq<InvalidRuleContentSha256Exception> for InvalidRuleContentSha256Exception
sourcefn eq(&self, other: &InvalidRuleContentSha256Exception) -> bool
fn eq(&self, other: &InvalidRuleContentSha256Exception) -> bool
impl StructuralPartialEq for InvalidRuleContentSha256Exception
Auto Trait Implementations
impl RefUnwindSafe for InvalidRuleContentSha256Exception
impl Send for InvalidRuleContentSha256Exception
impl Sync for InvalidRuleContentSha256Exception
impl Unpin for InvalidRuleContentSha256Exception
impl UnwindSafe for InvalidRuleContentSha256Exception
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more