pub struct ProjectProposalQuery {
pub project_id: String,
}Expand description
Query: Energy project governance approval (Energy → Governance)
Fields§
§project_id: StringTrait Implementations§
Source§impl Clone for ProjectProposalQuery
impl Clone for ProjectProposalQuery
Source§fn clone(&self) -> ProjectProposalQuery
fn clone(&self) -> ProjectProposalQuery
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 ProjectProposalQuery
impl Debug for ProjectProposalQuery
Source§impl<'de> Deserialize<'de> for ProjectProposalQuery
impl<'de> Deserialize<'de> for ProjectProposalQuery
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 ProjectProposalQuery
impl RefUnwindSafe for ProjectProposalQuery
impl Send for ProjectProposalQuery
impl Sync for ProjectProposalQuery
impl Unpin for ProjectProposalQuery
impl UnsafeUnpin for ProjectProposalQuery
impl UnwindSafe for ProjectProposalQuery
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