pub struct WebhooksListOptions {
pub marker: Option<String>,
pub limit: Option<i64>,
}Expand description
Optional parameters for WebhooksManager::list.
Fields§
§marker: Option<String>§limit: Option<i64>Trait Implementations§
Source§impl Clone for WebhooksListOptions
impl Clone for WebhooksListOptions
Source§fn clone(&self) -> WebhooksListOptions
fn clone(&self) -> WebhooksListOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 WebhooksListOptions
impl Debug for WebhooksListOptions
Source§impl Default for WebhooksListOptions
impl Default for WebhooksListOptions
Source§fn default() -> WebhooksListOptions
fn default() -> WebhooksListOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for WebhooksListOptions
impl RefUnwindSafe for WebhooksListOptions
impl Send for WebhooksListOptions
impl Sync for WebhooksListOptions
impl Unpin for WebhooksListOptions
impl UnsafeUnpin for WebhooksListOptions
impl UnwindSafe for WebhooksListOptions
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