pub struct AddedToWhitelist {
pub address: Address,
}
Expand description
Event emitted when new address has been added to the whitelist.
Fields§
§address: Address
Trait Implementations§
source§impl BorshDeserialize for AddedToWhitelist
impl BorshDeserialize for AddedToWhitelist
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 AddedToWhitelist
impl BorshSerialize for AddedToWhitelist
source§impl Debug for AddedToWhitelist
impl Debug for AddedToWhitelist
source§impl OdraEvent for AddedToWhitelist
impl OdraEvent for AddedToWhitelist
source§impl PartialEq for AddedToWhitelist
impl PartialEq for AddedToWhitelist
source§fn eq(&self, other: &AddedToWhitelist) -> bool
fn eq(&self, other: &AddedToWhitelist) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for AddedToWhitelist
impl StructuralPartialEq for AddedToWhitelist
Auto Trait Implementations§
impl RefUnwindSafe for AddedToWhitelist
impl Send for AddedToWhitelist
impl Sync for AddedToWhitelist
impl Unpin for AddedToWhitelist
impl UnwindSafe for AddedToWhitelist
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