pub struct Cli<COMP, CTX = (), L = PhantomLink>where
COMP: BaseComponent,{ /* private fields */ }
Expand description
The default command line instance for the backend server.
Implementations§
Source§impl<COMP, CTX, L> Cli<COMP, CTX, L>where
COMP: BaseComponent,
impl<COMP, CTX, L> Cli<COMP, CTX, L>where
COMP: BaseComponent,
Source§impl<COMP, CTX, L> Cli<COMP, CTX, L>where
COMP: BaseComponent<Properties = ServerAppProps<CTX, TowerRenderRequest<CTX>>>,
CTX: 'static,
L: 'static + Link,
impl<COMP, CTX, L> Cli<COMP, CTX, L>where
COMP: BaseComponent<Properties = ServerAppProps<CTX, TowerRenderRequest<CTX>>>,
CTX: 'static,
L: 'static + Link,
Trait Implementations§
Auto Trait Implementations§
impl<COMP, CTX, L> Freeze for Cli<COMP, CTX, L>
impl<COMP, CTX = (), L = PhantomLink> !RefUnwindSafe for Cli<COMP, CTX, L>
impl<COMP, CTX, L> Send for Cli<COMP, CTX, L>where
COMP: Send,
impl<COMP, CTX, L> Sync for Cli<COMP, CTX, L>where
COMP: Sync,
impl<COMP, CTX, L> Unpin for Cli<COMP, CTX, L>where
COMP: Unpin,
impl<COMP, CTX = (), L = PhantomLink> !UnwindSafe for Cli<COMP, CTX, L>
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
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoPropValue<Option<T>> for T
impl<T> IntoPropValue<Option<T>> for T
Source§fn into_prop_value(self) -> Option<T>
fn into_prop_value(self) -> Option<T>
Convert
self
to a value of a Properties
struct.Source§impl<T> IntoPropValue<T> for T
impl<T> IntoPropValue<T> for T
Source§fn into_prop_value(self) -> T
fn into_prop_value(self) -> T
Convert
self
to a value of a Properties
struct.