pub struct GetWebhookNftFiltersResponse { /* private fields */ }
Expand description
Returns a list of nft filter objects.
Implementations§
Source§impl GetWebhookNftFiltersResponse
impl GetWebhookNftFiltersResponse
Sourcepub fn pagination(&self) -> PaginationObject
pub fn pagination(&self) -> PaginationObject
Information for pagination.
Trait Implementations§
Source§impl Clone for GetWebhookNftFiltersResponse
impl Clone for GetWebhookNftFiltersResponse
Source§fn clone(&self) -> GetWebhookNftFiltersResponse
fn clone(&self) -> GetWebhookNftFiltersResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GetWebhookNftFiltersResponse
impl Debug for GetWebhookNftFiltersResponse
Source§impl<'de> Deserialize<'de> for GetWebhookNftFiltersResponse
impl<'de> Deserialize<'de> for GetWebhookNftFiltersResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for GetWebhookNftFiltersResponse
impl RefUnwindSafe for GetWebhookNftFiltersResponse
impl Send for GetWebhookNftFiltersResponse
impl Sync for GetWebhookNftFiltersResponse
impl Unpin for GetWebhookNftFiltersResponse
impl UnwindSafe for GetWebhookNftFiltersResponse
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