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