Struct dao::bid_escrow::events::BidEscrowVotingCreated
source · pub struct BidEscrowVotingCreated { /* private fields */ }
Expand description
Event emitted when a new VotingStateMachine has been created.
Implementations§
source§impl BidEscrowVotingCreated
impl BidEscrowVotingCreated
pub fn new( job: &Job, creator: Address, voting_id: VotingId, configuration: &Configuration ) -> BidEscrowVotingCreated
Trait Implementations§
source§impl BorshDeserialize for BidEscrowVotingCreated
impl BorshDeserialize for BidEscrowVotingCreated
source§fn deserialize(buf: &mut &[u8]) -> Result<Self>
fn deserialize(buf: &mut &[u8]) -> Result<Self>
Deserializes this instance from a given slice of bytes.
Updates the buffer to point at the remaining bytes.
§fn try_from_slice(v: &[u8]) -> Result<Self, Error>
fn try_from_slice(v: &[u8]) -> Result<Self, Error>
Deserialize this instance from a slice of bytes.
source§impl BorshSerialize for BidEscrowVotingCreated
impl BorshSerialize for BidEscrowVotingCreated
source§impl Debug for BidEscrowVotingCreated
impl Debug for BidEscrowVotingCreated
source§impl OdraEvent for BidEscrowVotingCreated
impl OdraEvent for BidEscrowVotingCreated
source§impl PartialEq for BidEscrowVotingCreated
impl PartialEq for BidEscrowVotingCreated
source§fn eq(&self, other: &BidEscrowVotingCreated) -> bool
fn eq(&self, other: &BidEscrowVotingCreated) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for BidEscrowVotingCreated
impl StructuralPartialEq for BidEscrowVotingCreated
Auto Trait Implementations§
impl RefUnwindSafe for BidEscrowVotingCreated
impl Send for BidEscrowVotingCreated
impl Sync for BidEscrowVotingCreated
impl Unpin for BidEscrowVotingCreated
impl UnwindSafe for BidEscrowVotingCreated
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