pub struct RemoveClientCertificate { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for RemoveClientCertificate
impl Clone for RemoveClientCertificate
Source§fn clone(&self) -> RemoveClientCertificate
fn clone(&self) -> RemoveClientCertificate
Returns a duplicate of the value. Read more
1.0.0 · 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 RemoveClientCertificate
impl Debug for RemoveClientCertificate
Source§impl From<RemoveClientCertificate> for JsValue
impl From<RemoveClientCertificate> for JsValue
Source§fn from(value: RemoveClientCertificate) -> Self
fn from(value: RemoveClientCertificate) -> Self
Converts to this type from the input type.
Source§impl PartialEq for RemoveClientCertificate
impl PartialEq for RemoveClientCertificate
Source§impl RefFromWasmAbi for RemoveClientCertificate
impl RefFromWasmAbi for RemoveClientCertificate
Source§type Anchor = RcRef<RemoveClientCertificate>
type Anchor = RcRef<RemoveClientCertificate>
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 VectorFromWasmAbi for RemoveClientCertificate
impl VectorFromWasmAbi for RemoveClientCertificate
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[RemoveClientCertificate]>
Source§impl VectorIntoJsValue for RemoveClientCertificate
impl VectorIntoJsValue for RemoveClientCertificate
fn vector_into_jsvalue(vector: Box<[RemoveClientCertificate]>) -> JsValue
Source§impl VectorIntoWasmAbi for RemoveClientCertificate
impl VectorIntoWasmAbi for RemoveClientCertificate
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[RemoveClientCertificate]>) -> Self::Abi
Source§impl WasmDescribeVector for RemoveClientCertificate
impl WasmDescribeVector for RemoveClientCertificate
impl StructuralPartialEq for RemoveClientCertificate
impl SupportsConstructor for RemoveClientCertificate
impl SupportsInstanceProperty for RemoveClientCertificate
impl SupportsStaticProperty for RemoveClientCertificate
Auto Trait Implementations§
impl Freeze for RemoveClientCertificate
impl RefUnwindSafe for RemoveClientCertificate
impl !Send for RemoveClientCertificate
impl !Sync for RemoveClientCertificate
impl Unpin for RemoveClientCertificate
impl UnwindSafe for RemoveClientCertificate
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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::Abi
Source§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
.