Searched defs:ProposalType (Results 1 – 10 of 10) sorted by relevance
19 pub struct ProposalType(u16); struct21 impl ProposalType { implementation22 pub const fn new(value: u16) -> ProposalType { in new()37 impl From<u16> for ProposalType { implementation43 impl Deref for ProposalType { implementation51 impl ProposalType { implementation
56 pub fn proposals(&self) -> &[ProposalType] { in proposals()
266 pub fn new(proposal_type: ProposalType, data: Vec<u8>) -> Self { in new()274 pub fn proposal_type(&self) -> ProposalType { in proposal_type()417 pub fn proposal_type(&self) -> ProposalType { in proposal_type()471 pub fn proposal_type(&self) -> ProposalType { in proposal_type()
708 proposal_types: Vec<ProposalType>, in new_tree_custom_proposals()
142 type_: ProposalType, in custom_proposal_type()385 fn supported_custom_proposals(&self) -> Vec<ProposalType> { in supported_custom_proposals()432 fn supported_custom_proposals(&self) -> Vec<ProposalType> { in supported_custom_proposals()
23 fn supported_custom_proposals(&self) -> Vec<ProposalType>; in supported_custom_proposals()
125 proposals: Vec<ProposalType>, in new()143 pub fn proposals(&self) -> &[ProposalType] { in proposals()
28 fn supported_custom_proposals(&self) -> Vec<ProposalType>; in supported_custom_proposals()
763 fn supported_custom_proposals(&self) -> Vec<crate::group::proposal::ProposalType> { in supported_custom_proposals()811 fn supported_custom_proposals(&self) -> Vec<ProposalType> { in supported_custom_proposals()
431 proposal_type: ProposalType, in proposer_can_propose()