pub struct CertificateChain { /* private fields */ }Implementations§
Trait Implementations§
Source§impl From<CertificateChain> for JsValue
impl From<CertificateChain> for JsValue
Source§fn from(value: CertificateChain) -> Self
fn from(value: CertificateChain) -> Self
Converts to this type from the input type.
Source§impl FromWasmAbi for CertificateChain
impl FromWasmAbi for CertificateChain
Source§impl IntoWasmAbi for CertificateChain
impl IntoWasmAbi for CertificateChain
Source§impl LongRefFromWasmAbi for CertificateChain
impl LongRefFromWasmAbi for CertificateChain
Source§type Abi = WasmPtr<WasmRefCell<CertificateChain>>
type Abi = WasmPtr<WasmRefCell<CertificateChain>>
Same as
RefFromWasmAbi::AbiSource§type Anchor = RcRef<CertificateChain>
type Anchor = RcRef<CertificateChain>
Same as
RefFromWasmAbi::AnchorSource§unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor
unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor
Same as
RefFromWasmAbi::ref_from_abiSource§impl OptionFromWasmAbi for CertificateChain
impl OptionFromWasmAbi for CertificateChain
Source§impl OptionIntoWasmAbi for CertificateChain
impl OptionIntoWasmAbi for CertificateChain
Source§impl RefFromWasmAbi for CertificateChain
impl RefFromWasmAbi for CertificateChain
Source§type Abi = WasmPtr<WasmRefCell<CertificateChain>>
type Abi = WasmPtr<WasmRefCell<CertificateChain>>
The Wasm ABI type references to
Self are recovered from.Source§type Anchor = RcRef<CertificateChain>
type Anchor = RcRef<CertificateChain>
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 CertificateChain
impl RefMutFromWasmAbi for CertificateChain
Source§type Abi = WasmPtr<WasmRefCell<CertificateChain>>
type Abi = WasmPtr<WasmRefCell<CertificateChain>>
Same as
RefFromWasmAbi::AbiSource§type Anchor = RcRefMut<CertificateChain>
type Anchor = RcRefMut<CertificateChain>
Same as
RefFromWasmAbi::AnchorSource§unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor
unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor
Same as
RefFromWasmAbi::ref_from_abiimpl SupportsConstructor for CertificateChain
impl SupportsInstanceProperty for CertificateChain
impl SupportsStaticProperty for CertificateChain
Source§impl TryFromJsValue for CertificateChain
impl TryFromJsValue for CertificateChain
Source§impl VectorFromWasmAbi for CertificateChain
impl VectorFromWasmAbi for CertificateChain
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[CertificateChain]>
Source§impl VectorIntoWasmAbi for CertificateChain
impl VectorIntoWasmAbi for CertificateChain
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[CertificateChain]>) -> Self::Abi
Source§impl WasmDescribeVector for CertificateChain
impl WasmDescribeVector for CertificateChain
Auto Trait Implementations§
impl Freeze for CertificateChain
impl RefUnwindSafe for CertificateChain
impl Send for CertificateChain
impl Sync for CertificateChain
impl Unpin for CertificateChain
impl UnsafeUnpin for CertificateChain
impl UnwindSafe for CertificateChain
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
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> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> Read<Exclusive, BecauseExclusive> for Twhere
T: ?Sized,
Source§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.