pub struct AddMap {Show 13 fields
pub family: String,
pub table: String,
pub name: String,
pub comment: Option<String>,
pub map: Option<String>,
pub type: Option<String>,
pub policy: Option<String>,
pub flags: Option<Vec<String>>,
pub size: Option<isize>,
pub timeout: Option<isize>,
pub gc_interval: Option<isize>,
pub elem: Option<Vec<Expression>>,
pub stmt: Option<Vec<Statement>>,
}
Fields§
§family: String
§table: String
§name: String
§comment: Option<String>
§map: Option<String>
§type: Option<String>
§policy: Option<String>
§flags: Option<Vec<String>>
§size: Option<isize>
§timeout: Option<isize>
§gc_interval: Option<isize>
§elem: Option<Vec<Expression>>
§stmt: Option<Vec<Statement>>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for AddMap
impl<'de> Deserialize<'de> for AddMap
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 AddMap
impl RefUnwindSafe for AddMap
impl Send for AddMap
impl Sync for AddMap
impl Unpin for AddMap
impl UnwindSafe for AddMap
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