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