pub struct NullPointerExceptionBuilder { /* private fields */ }
Trait Implementations§
Source§impl Clone for NullPointerExceptionBuilder
impl Clone for NullPointerExceptionBuilder
Source§fn clone(&self) -> NullPointerExceptionBuilder
fn clone(&self) -> NullPointerExceptionBuilder
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 NullPointerExceptionBuilder
impl Debug for NullPointerExceptionBuilder
Source§impl SuperBuilderImpl<NullPointerException> for NullPointerExceptionBuilder
impl SuperBuilderImpl<NullPointerException> for NullPointerExceptionBuilder
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) -> NullPointerException
impl StructuralPartialEq for NullPointerExceptionBuilder
Auto Trait Implementations§
impl Freeze for NullPointerExceptionBuilder
impl RefUnwindSafe for NullPointerExceptionBuilder
impl Send for NullPointerExceptionBuilder
impl Sync for NullPointerExceptionBuilder
impl Unpin for NullPointerExceptionBuilder
impl UnwindSafe for NullPointerExceptionBuilder
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