pub struct OperationalWebhookEndpointListOptions {
pub iterator: Option<String>,
pub limit: Option<i32>,
pub order: Option<Ordering>,
}
Fields§
§iterator: Option<String>
§limit: Option<i32>
§order: Option<Ordering>
Trait Implementations§
Source§impl Default for OperationalWebhookEndpointListOptions
impl Default for OperationalWebhookEndpointListOptions
Source§fn default() -> OperationalWebhookEndpointListOptions
fn default() -> OperationalWebhookEndpointListOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for OperationalWebhookEndpointListOptions
impl RefUnwindSafe for OperationalWebhookEndpointListOptions
impl Send for OperationalWebhookEndpointListOptions
impl Sync for OperationalWebhookEndpointListOptions
impl Unpin for OperationalWebhookEndpointListOptions
impl UnwindSafe for OperationalWebhookEndpointListOptions
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