pub struct QueryParameterSection {
pub name: String,
pub required: bool,
}Fields§
§name: String§required: boolTrait Implementations§
Source§impl Clone for QueryParameterSection
impl Clone for QueryParameterSection
Source§fn clone(&self) -> QueryParameterSection
fn clone(&self) -> QueryParameterSection
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 QueryParameterSection
impl Debug for QueryParameterSection
Source§impl<'de> Deserialize<'de> for QueryParameterSection
impl<'de> Deserialize<'de> for QueryParameterSection
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 Serialize for QueryParameterSection
impl Serialize for QueryParameterSection
Source§impl Validate for QueryParameterSection
impl Validate for QueryParameterSection
Source§impl<'v_a> ValidateArgs<'v_a> for QueryParameterSection
impl<'v_a> ValidateArgs<'v_a> for QueryParameterSection
Auto Trait Implementations§
impl Freeze for QueryParameterSection
impl RefUnwindSafe for QueryParameterSection
impl Send for QueryParameterSection
impl Sync for QueryParameterSection
impl Unpin for QueryParameterSection
impl UnwindSafe for QueryParameterSection
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