pub struct SchemaInfoCommand {
pub allow_oob: Option<bool>,
pub arg_type: String,
pub ret_type: String,
}
Fields§
§allow_oob: Option<bool>
§arg_type: String
§ret_type: String
Trait 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
Source§impl<'de> Deserialize<'de> for SchemaInfoCommand
impl<'de> Deserialize<'de> for SchemaInfoCommand
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
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