pub struct ServerJavaScriptOutput {
pub handler: String,
pub manifest: String,
pub server_actions: usize,
pub edge_actions: usize,
}Fields§
§handler: String§manifest: String§server_actions: usize§edge_actions: usizeTrait Implementations§
Source§impl Clone for ServerJavaScriptOutput
impl Clone for ServerJavaScriptOutput
Source§fn clone(&self) -> ServerJavaScriptOutput
fn clone(&self) -> ServerJavaScriptOutput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ServerJavaScriptOutput
impl RefUnwindSafe for ServerJavaScriptOutput
impl Send for ServerJavaScriptOutput
impl Sync for ServerJavaScriptOutput
impl Unpin for ServerJavaScriptOutput
impl UnsafeUnpin for ServerJavaScriptOutput
impl UnwindSafe for ServerJavaScriptOutput
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