pub struct SecurityError(/* private fields */);
Expand description
Occurs when the requested operation is insecure.
Trait Implementations§
Source§impl AsRef<Reference> for SecurityError
impl AsRef<Reference> for SecurityError
Source§impl Clone for SecurityError
impl Clone for SecurityError
Source§fn clone(&self) -> SecurityError
fn clone(&self) -> SecurityError
Returns a copy 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 moreSource§impl Debug for SecurityError
impl Debug for SecurityError
Source§impl Display for SecurityError
impl Display for SecurityError
Source§impl Error for SecurityError
impl Error for SecurityError
Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
Source§impl From<SecurityError> for DomException
impl From<SecurityError> for DomException
Source§fn from(value: SecurityError) -> Self
fn from(value: SecurityError) -> Self
Converts to this type from the input type.
Source§impl From<SecurityError> for Error
impl From<SecurityError> for Error
Source§fn from(value: SecurityError) -> Self
fn from(value: SecurityError) -> Self
Converts to this type from the input type.
Source§impl From<SecurityError> for Reference
impl From<SecurityError> for Reference
Source§fn from(value: SecurityError) -> Self
fn from(value: SecurityError) -> Self
Converts to this type from the input type.
Source§impl IError for SecurityError
impl IError for SecurityError
Source§impl InstanceOf for SecurityError
impl InstanceOf for SecurityError
Source§impl PartialEq for SecurityError
impl PartialEq for SecurityError
Source§impl ReferenceType for SecurityError
impl ReferenceType for SecurityError
Source§unsafe fn from_reference_unchecked(reference: Reference) -> Self
unsafe fn from_reference_unchecked(reference: Reference) -> Self
Converts a given reference into a concrete reference-like wrapper.
Doesn’t do any type checking; highly unsafe to use!
Source§impl<'_r> TryFrom<&'_r Reference> for SecurityError
impl<'_r> TryFrom<&'_r Reference> for SecurityError
Source§impl<'_r> TryFrom<&'_r Value> for SecurityError
impl<'_r> TryFrom<&'_r Value> for SecurityError
Source§impl TryFrom<DomException> for SecurityError
impl TryFrom<DomException> for SecurityError
Source§impl TryFrom<Error> for SecurityError
impl TryFrom<Error> for SecurityError
Source§impl TryFrom<Reference> for SecurityError
impl TryFrom<Reference> for SecurityError
Source§impl TryFrom<SecurityError> for Reference
impl TryFrom<SecurityError> for Reference
Source§impl TryFrom<Value> for SecurityError
impl TryFrom<Value> for SecurityError
impl Eq for SecurityError
impl IDomException for SecurityError
impl JsSerialize for SecurityError
impl StructuralPartialEq for SecurityError
Auto Trait Implementations§
impl Freeze for SecurityError
impl RefUnwindSafe for SecurityError
impl Send for SecurityError
impl Sync for SecurityError
impl Unpin for SecurityError
impl UnwindSafe for SecurityError
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