#[repr(C)]pub struct SchemaInfoCommand {
pub arg_type: *mut c_char,
pub ret_type: *mut c_char,
}Fields§
§arg_type: *mut c_char§ret_type: *mut c_charTrait Implementations§
Source§impl Clone for SchemaInfoCommand
impl Clone for SchemaInfoCommand
Source§fn clone(&self) -> SchemaInfoCommand
fn clone(&self) -> SchemaInfoCommand
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 SchemaInfoCommand
impl Debug for SchemaInfoCommand
impl Copy for SchemaInfoCommand
Auto Trait Implementations§
impl Freeze for SchemaInfoCommand
impl RefUnwindSafe for SchemaInfoCommand
impl !Send for SchemaInfoCommand
impl !Sync for SchemaInfoCommand
impl Unpin for SchemaInfoCommand
impl UnwindSafe for SchemaInfoCommand
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