pub struct ServeStreamParams {
pub log: Logger,
pub launcher_paths: LauncherPaths,
pub code_server_args: CodeServerArgs,
pub platform: Platform,
pub requires_auth: AuthRequired,
pub exit_barrier: Barrier<ShutdownSignal>,
}
Fields§
§log: Logger
§launcher_paths: LauncherPaths
§code_server_args: CodeServerArgs
§platform: Platform
§requires_auth: AuthRequired
§exit_barrier: Barrier<ShutdownSignal>
Trait Implementations§
Source§impl Clone for ServeStreamParams
impl Clone for ServeStreamParams
Source§fn clone(&self) -> ServeStreamParams
fn clone(&self) -> ServeStreamParams
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for ServeStreamParams
impl !RefUnwindSafe for ServeStreamParams
impl Send for ServeStreamParams
impl Sync for ServeStreamParams
impl Unpin for ServeStreamParams
impl !UnwindSafe for ServeStreamParams
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