pub struct QueryStructProperty {
pub wire_name: String,
pub required: bool,
pub value_type: QueryStructPropertyType,
}Fields§
§wire_name: String§required: bool§value_type: QueryStructPropertyTypeTrait Implementations§
Source§impl Clone for QueryStructProperty
impl Clone for QueryStructProperty
Source§fn clone(&self) -> QueryStructProperty
fn clone(&self) -> QueryStructProperty
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 QueryStructProperty
impl Debug for QueryStructProperty
Source§impl PartialEq for QueryStructProperty
impl PartialEq for QueryStructProperty
Source§impl Serialize for QueryStructProperty
impl Serialize for QueryStructProperty
impl StructuralPartialEq for QueryStructProperty
Auto Trait Implementations§
impl Freeze for QueryStructProperty
impl RefUnwindSafe for QueryStructProperty
impl Send for QueryStructProperty
impl Sync for QueryStructProperty
impl Unpin for QueryStructProperty
impl UnsafeUnpin for QueryStructProperty
impl UnwindSafe for QueryStructProperty
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