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