pub struct InvalidArgumentError { /* private fields */ }Expand description
잘못된 인자에 대한 오류
Implementations§
Trait Implementations§
Source§impl Debug for InvalidArgumentError
impl Debug for InvalidArgumentError
Source§impl Default for InvalidArgumentError
impl Default for InvalidArgumentError
Source§impl Display for InvalidArgumentError
impl Display for InvalidArgumentError
Source§impl From<&str> for InvalidArgumentError
impl From<&str> for InvalidArgumentError
Source§impl LibError for InvalidArgumentError
impl LibError for InvalidArgumentError
Source§fn get_message(&self) -> &str
fn get_message(&self) -> &str
해당 에러의 메시지를 반환
Source§fn get_type_name_from_instance(&self) -> &str
fn get_type_name_from_instance(&self) -> &str
해당 에러의 명칭을 반환
Source§impl PartialEq for InvalidArgumentError
impl PartialEq for InvalidArgumentError
impl StructuralPartialEq for InvalidArgumentError
Auto Trait Implementations§
impl Freeze for InvalidArgumentError
impl RefUnwindSafe for InvalidArgumentError
impl Send for InvalidArgumentError
impl Sync for InvalidArgumentError
impl Unpin for InvalidArgumentError
impl UnwindSafe for InvalidArgumentError
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