pub struct SingleProposalData {
pub proposer: Addr,
pub start_height: u64,
}Fields§
§proposer: Addr§start_height: u64Auto Trait Implementations§
impl Freeze for SingleProposalData
impl RefUnwindSafe for SingleProposalData
impl Send for SingleProposalData
impl Sync for SingleProposalData
impl Unpin for SingleProposalData
impl UnsafeUnpin for SingleProposalData
impl UnwindSafe for SingleProposalData
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