pub enum SyncParameter {
Type = 37_138,
Status = 37_140,
Condition = 37_139,
Flags = 37_141,
}
Expand description
Constants passed to getSyncParameter
Variants§
Trait Implementations§
Source§impl Clone for SyncParameter
impl Clone for SyncParameter
Source§fn clone(&self) -> SyncParameter
fn clone(&self) -> SyncParameter
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SyncParameter
impl Debug for SyncParameter
Source§impl From<SyncParameter> for JsValue
impl From<SyncParameter> for JsValue
Source§fn from(value: SyncParameter) -> Self
fn from(value: SyncParameter) -> Self
Converts to this type from the input type.
Source§impl FromWasmAbi for SyncParameter
impl FromWasmAbi for SyncParameter
Source§impl IntoWasmAbi for SyncParameter
impl IntoWasmAbi for SyncParameter
Source§impl OptionFromWasmAbi for SyncParameter
impl OptionFromWasmAbi for SyncParameter
Source§impl OptionIntoWasmAbi for SyncParameter
impl OptionIntoWasmAbi for SyncParameter
Source§impl TryFromJsValue for SyncParameter
impl TryFromJsValue for SyncParameter
Source§fn try_from_js_value(
value: JsValue,
) -> Result<Self, <SyncParameter as TryFromJsValue>::Error>
fn try_from_js_value( value: JsValue, ) -> Result<Self, <SyncParameter as TryFromJsValue>::Error>
Performs the conversion.
Source§impl VectorFromWasmAbi for SyncParameter
impl VectorFromWasmAbi for SyncParameter
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[SyncParameter]>
Source§impl VectorIntoJsValue for SyncParameter
impl VectorIntoJsValue for SyncParameter
fn vector_into_jsvalue(vector: Box<[SyncParameter]>) -> JsValue
Source§impl VectorIntoWasmAbi for SyncParameter
impl VectorIntoWasmAbi for SyncParameter
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[SyncParameter]>) -> Self::Abi
Source§impl WasmDescribeVector for SyncParameter
impl WasmDescribeVector for SyncParameter
impl Copy for SyncParameter
Auto Trait Implementations§
impl Freeze for SyncParameter
impl RefUnwindSafe for SyncParameter
impl Send for SyncParameter
impl Sync for SyncParameter
impl Unpin for SyncParameter
impl UnwindSafe for SyncParameter
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
.