pub struct MissingArgumentError { /* private fields */ }Expand description
인자 누락 오류
Trait Implementations§
Source§impl Debug for MissingArgumentError
impl Debug for MissingArgumentError
Source§impl Default for MissingArgumentError
impl Default for MissingArgumentError
Source§impl Display for MissingArgumentError
impl Display for MissingArgumentError
Source§impl From<&str> for MissingArgumentError
impl From<&str> for MissingArgumentError
Source§impl LibError for MissingArgumentError
impl LibError for MissingArgumentError
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 MissingArgumentError
impl PartialEq for MissingArgumentError
impl StructuralPartialEq for MissingArgumentError
Auto Trait Implementations§
impl Freeze for MissingArgumentError
impl RefUnwindSafe for MissingArgumentError
impl Send for MissingArgumentError
impl Sync for MissingArgumentError
impl Unpin for MissingArgumentError
impl UnwindSafe for MissingArgumentError
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