pub struct DBExecDescriptor {
pub ret_code: i32,
pub err_msg: String,
}Fields§
§ret_code: i32§err_msg: StringTrait Implementations§
Source§impl Clone for DBExecDescriptor
impl Clone for DBExecDescriptor
Source§fn clone(&self) -> DBExecDescriptor
fn clone(&self) -> DBExecDescriptor
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 moreAuto Trait Implementations§
impl Freeze for DBExecDescriptor
impl RefUnwindSafe for DBExecDescriptor
impl Send for DBExecDescriptor
impl Sync for DBExecDescriptor
impl Unpin for DBExecDescriptor
impl UnwindSafe for DBExecDescriptor
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