pub struct ArrayIndexOutOfBoundsBuilder { /* private fields */ }
Trait Implementations§
Source§impl Clone for ArrayIndexOutOfBoundsBuilder
impl Clone for ArrayIndexOutOfBoundsBuilder
Source§fn clone(&self) -> ArrayIndexOutOfBoundsBuilder
fn clone(&self) -> ArrayIndexOutOfBoundsBuilder
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§impl Debug for ArrayIndexOutOfBoundsBuilder
impl Debug for ArrayIndexOutOfBoundsBuilder
Source§impl PartialEq for ArrayIndexOutOfBoundsBuilder
impl PartialEq for ArrayIndexOutOfBoundsBuilder
Source§fn eq(&self, other: &ArrayIndexOutOfBoundsBuilder) -> bool
fn eq(&self, other: &ArrayIndexOutOfBoundsBuilder) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl SuperBuilderImpl<ArrayIndexOutOfBoundsException> for ArrayIndexOutOfBoundsBuilder
impl SuperBuilderImpl<ArrayIndexOutOfBoundsException> for ArrayIndexOutOfBoundsBuilder
fn new() -> Self
fn code(&self) -> u32
fn msg(&self) -> &str
fn level(&self) -> ExceptionLevel
fn set_code(&mut self, code: u32) -> &mut Self
fn set_msg(&mut self, msg: &str) -> &mut Self
fn set_level(&mut self, level: ExceptionLevel) -> &mut Self
fn exception_type(&self) -> Exceptions
fn timestamp(&self) -> Duration
fn build(&mut self) -> ArrayIndexOutOfBoundsException
impl StructuralPartialEq for ArrayIndexOutOfBoundsBuilder
Auto Trait Implementations§
impl Freeze for ArrayIndexOutOfBoundsBuilder
impl RefUnwindSafe for ArrayIndexOutOfBoundsBuilder
impl Send for ArrayIndexOutOfBoundsBuilder
impl Sync for ArrayIndexOutOfBoundsBuilder
impl Unpin for ArrayIndexOutOfBoundsBuilder
impl UnwindSafe for ArrayIndexOutOfBoundsBuilder
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