pub struct SharedArrayBufferIssueDetails { /* private fields */ }Available on crate features
experimental and Audits and Network only.Expand description
Details for a issue arising from an SAB being instantiated in, or transfered to a context that is not cross-origin isolated.
Implementations§
pub fn new( source_code_location: SourceCodeLocation, is_warning: bool, type: SharedArrayBufferIssueType, ) -> Self
pub fn source_code_location(&self) -> &SourceCodeLocation
pub fn is_warning(&self) -> bool
pub fn type(&self) -> &SharedArrayBufferIssueType
Trait Implementations§
Source§fn clone(&self) -> SharedArrayBufferIssueDetails
fn clone(&self) -> SharedArrayBufferIssueDetails
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 moreSource§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
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