pub struct VirtualServer(/* private fields */);Implementations§
Source§impl VirtualServer
impl VirtualServer
Trait Implementations§
Source§impl From<VirtualServer> for JsValue
impl From<VirtualServer> for JsValue
Source§fn from(value: VirtualServer) -> Self
fn from(value: VirtualServer) -> Self
Converts to this type from the input type.
Source§impl FromWasmAbi for VirtualServer
impl FromWasmAbi for VirtualServer
Source§impl IntoWasmAbi for VirtualServer
impl IntoWasmAbi for VirtualServer
Source§impl LongRefFromWasmAbi for VirtualServer
impl LongRefFromWasmAbi for VirtualServer
Source§impl OptionFromWasmAbi for VirtualServer
impl OptionFromWasmAbi for VirtualServer
Source§impl OptionIntoWasmAbi for VirtualServer
impl OptionIntoWasmAbi for VirtualServer
Source§impl RefFromWasmAbi for VirtualServer
impl RefFromWasmAbi for VirtualServer
Source§type Anchor = RcRef<VirtualServer>
type Anchor = RcRef<VirtualServer>
The type that holds the reference to
Self for the duration of the
invocation of the function that has an &Self parameter. This is
required to ensure that the lifetimes don’t persist beyond one function
call, and so that they remain anonymous.Source§impl RefMutFromWasmAbi for VirtualServer
impl RefMutFromWasmAbi for VirtualServer
Source§impl TryFromJsValue for VirtualServer
impl TryFromJsValue for VirtualServer
Source§impl VectorFromWasmAbi for VirtualServer
impl VectorFromWasmAbi for VirtualServer
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[VirtualServer]>
Source§impl VectorIntoWasmAbi for VirtualServer
impl VectorIntoWasmAbi for VirtualServer
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[VirtualServer]>) -> Self::Abi
Source§impl WasmDescribeVector for VirtualServer
impl WasmDescribeVector for VirtualServer
impl SupportsConstructor for VirtualServer
impl SupportsInstanceProperty for VirtualServer
impl SupportsStaticProperty for VirtualServer
Auto Trait Implementations§
impl Freeze for VirtualServer
impl !RefUnwindSafe for VirtualServer
impl !Send for VirtualServer
impl !Sync for VirtualServer
impl Unpin for VirtualServer
impl !UnwindSafe for VirtualServer
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> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
Source§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as
IntoWasmAbi::AbiSource§fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
Same as
IntoWasmAbi::into_abi, except that it may throw and never
return in the case of Err.