pub struct UnableToAddRequiredArguments;Expand description
SNAFU context selector for the MgpError::UnableToAddRequiredArguments variant
Implementations§
Trait Implementations§
Source§impl Clone for UnableToAddRequiredArguments
impl Clone for UnableToAddRequiredArguments
Source§fn clone(&self) -> UnableToAddRequiredArguments
fn clone(&self) -> UnableToAddRequiredArguments
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 UnableToAddRequiredArguments
impl Debug for UnableToAddRequiredArguments
impl Copy for UnableToAddRequiredArguments
Auto Trait Implementations§
impl Freeze for UnableToAddRequiredArguments
impl RefUnwindSafe for UnableToAddRequiredArguments
impl Send for UnableToAddRequiredArguments
impl Sync for UnableToAddRequiredArguments
impl Unpin for UnableToAddRequiredArguments
impl UnwindSafe for UnableToAddRequiredArguments
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