pub struct EventConfigBuilder { /* private fields */ }Implementations§
Source§impl EventConfigBuilder
impl EventConfigBuilder
pub fn new( auth_providers: Vec<AuthProvider>, connection_auth_modes: Vec<AuthMode>, default_auth_modes: Vec<AuthMode>, default_subscribe_auth_modes: Vec<AuthMode>, ) -> Self
pub fn log_config(self, config: EventLogConfig) -> Self
pub fn build(self) -> EventConfig
Auto Trait Implementations§
impl Freeze for EventConfigBuilder
impl RefUnwindSafe for EventConfigBuilder
impl Send for EventConfigBuilder
impl Sync for EventConfigBuilder
impl Unpin for EventConfigBuilder
impl UnwindSafe for EventConfigBuilder
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