pub struct WebAdapterConfig {
pub session_event_channel_capacity: usize,
pub session_approval_channel_capacity: usize,
}Fields§
§session_event_channel_capacity: usize§session_approval_channel_capacity: usizeTrait Implementations§
Source§impl Clone for WebAdapterConfig
impl Clone for WebAdapterConfig
Source§fn clone(&self) -> WebAdapterConfig
fn clone(&self) -> WebAdapterConfig
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 WebAdapterConfig
impl Debug for WebAdapterConfig
Source§impl Default for WebAdapterConfig
impl Default for WebAdapterConfig
Source§impl PartialEq for WebAdapterConfig
impl PartialEq for WebAdapterConfig
impl Copy for WebAdapterConfig
impl Eq for WebAdapterConfig
impl StructuralPartialEq for WebAdapterConfig
Auto Trait Implementations§
impl Freeze for WebAdapterConfig
impl RefUnwindSafe for WebAdapterConfig
impl Send for WebAdapterConfig
impl Sync for WebAdapterConfig
impl Unpin for WebAdapterConfig
impl UnsafeUnpin for WebAdapterConfig
impl UnwindSafe for WebAdapterConfig
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