pub struct LSPS5ServiceConfig {
pub max_webhooks_per_client: u32,
}Expand description
Server-side configuration options for LSPS5 Webhook Registration.
Fields§
§max_webhooks_per_client: u32Maximum number of webhooks allowed per client.
Trait Implementations§
Source§impl Clone for LSPS5ServiceConfig
impl Clone for LSPS5ServiceConfig
Source§fn clone(&self) -> LSPS5ServiceConfig
fn clone(&self) -> LSPS5ServiceConfig
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 LSPS5ServiceConfig
impl Debug for LSPS5ServiceConfig
Auto Trait Implementations§
impl Freeze for LSPS5ServiceConfig
impl RefUnwindSafe for LSPS5ServiceConfig
impl Send for LSPS5ServiceConfig
impl Sync for LSPS5ServiceConfig
impl Unpin for LSPS5ServiceConfig
impl UnwindSafe for LSPS5ServiceConfig
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