pub struct UnSupportedOpExceptionBuilder { /* private fields */ }
Trait Implementations§
Source§impl Clone for UnSupportedOpExceptionBuilder
impl Clone for UnSupportedOpExceptionBuilder
Source§fn clone(&self) -> UnSupportedOpExceptionBuilder
fn clone(&self) -> UnSupportedOpExceptionBuilder
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 PartialEq for UnSupportedOpExceptionBuilder
impl PartialEq for UnSupportedOpExceptionBuilder
Source§fn eq(&self, other: &UnSupportedOpExceptionBuilder) -> bool
fn eq(&self, other: &UnSupportedOpExceptionBuilder) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl SuperBuilderImpl<UnSupportedOpException> for UnSupportedOpExceptionBuilder
impl SuperBuilderImpl<UnSupportedOpException> for UnSupportedOpExceptionBuilder
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) -> UnSupportedOpException
impl StructuralPartialEq for UnSupportedOpExceptionBuilder
Auto Trait Implementations§
impl Freeze for UnSupportedOpExceptionBuilder
impl RefUnwindSafe for UnSupportedOpExceptionBuilder
impl Send for UnSupportedOpExceptionBuilder
impl Sync for UnSupportedOpExceptionBuilder
impl Unpin for UnSupportedOpExceptionBuilder
impl UnwindSafe for UnSupportedOpExceptionBuilder
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