pub struct ServerAdapterMetadata {
pub library_crate: &'static str,
pub surface_kind: &'static str,
pub library_import: &'static str,
pub cli_package: &'static str,
pub app_package: &'static str,
pub wasm_package: &'static str,
}Expand description
Static package metadata for one server adapter.
Fields§
§library_crate: &'static str§surface_kind: &'static str§library_import: &'static str§cli_package: &'static str§app_package: &'static str§wasm_package: &'static strTrait Implementations§
Source§impl Clone for ServerAdapterMetadata
impl Clone for ServerAdapterMetadata
Source§fn clone(&self) -> ServerAdapterMetadata
fn clone(&self) -> ServerAdapterMetadata
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 moreSource§impl Debug for ServerAdapterMetadata
impl Debug for ServerAdapterMetadata
Source§impl PartialEq for ServerAdapterMetadata
impl PartialEq for ServerAdapterMetadata
Source§fn eq(&self, other: &ServerAdapterMetadata) -> bool
fn eq(&self, other: &ServerAdapterMetadata) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ServerAdapterMetadata
impl Eq for ServerAdapterMetadata
impl StructuralPartialEq for ServerAdapterMetadata
Auto Trait Implementations§
impl Freeze for ServerAdapterMetadata
impl RefUnwindSafe for ServerAdapterMetadata
impl Send for ServerAdapterMetadata
impl Sync for ServerAdapterMetadata
impl Unpin for ServerAdapterMetadata
impl UnsafeUnpin for ServerAdapterMetadata
impl UnwindSafe for ServerAdapterMetadata
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