pub struct FlexFiller {
pub type: Option<String>,
pub flex: Option<i32>,
}
Fields§
§type: Option<String>
§flex: Option<i32>
Implementations§
Source§impl FlexFiller
impl FlexFiller
pub fn new(type: String) -> FlexFiller
Trait Implementations§
Source§impl Clone for FlexFiller
impl Clone for FlexFiller
Source§fn clone(&self) -> FlexFiller
fn clone(&self) -> FlexFiller
Returns a copy 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 FlexFiller
impl Debug for FlexFiller
Source§impl Default for FlexFiller
impl Default for FlexFiller
Source§fn default() -> FlexFiller
fn default() -> FlexFiller
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FlexFiller
impl<'de> Deserialize<'de> for FlexFiller
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
Source§impl PartialEq for FlexFiller
impl PartialEq for FlexFiller
Source§impl Serialize for FlexFiller
impl Serialize for FlexFiller
impl StructuralPartialEq for FlexFiller
Auto Trait Implementations§
impl Freeze for FlexFiller
impl RefUnwindSafe for FlexFiller
impl Send for FlexFiller
impl Sync for FlexFiller
impl Unpin for FlexFiller
impl UnwindSafe for FlexFiller
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