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