pub struct SetDocOptions {
pub merge: Option<bool>,
}
Fields§
§merge: Option<bool>
Trait Implementations§
Source§impl Clone for SetDocOptions
impl Clone for SetDocOptions
Source§fn clone(&self) -> SetDocOptions
fn clone(&self) -> SetDocOptions
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 SetDocOptions
impl Debug for SetDocOptions
Source§impl Default for SetDocOptions
impl Default for SetDocOptions
Source§fn default() -> SetDocOptions
fn default() -> SetDocOptions
Returns the “default value” for a type. Read more
Source§impl From<SetDocOptions> for JsValue
impl From<SetDocOptions> for JsValue
Source§fn from(value: SetDocOptions) -> Self
fn from(value: SetDocOptions) -> Self
Converts to this type from the input type.
Source§impl FromWasmAbi for SetDocOptions
impl FromWasmAbi for SetDocOptions
Source§impl IntoWasmAbi for SetDocOptions
impl IntoWasmAbi for SetDocOptions
Source§impl LongRefFromWasmAbi for SetDocOptions
impl LongRefFromWasmAbi for SetDocOptions
Source§impl OptionFromWasmAbi for SetDocOptions
impl OptionFromWasmAbi for SetDocOptions
Source§impl OptionIntoWasmAbi for SetDocOptions
impl OptionIntoWasmAbi for SetDocOptions
Source§impl RefFromWasmAbi for SetDocOptions
impl RefFromWasmAbi for SetDocOptions
Source§type Anchor = RcRef<SetDocOptions>
type Anchor = RcRef<SetDocOptions>
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 SetDocOptions
impl RefMutFromWasmAbi for SetDocOptions
Source§impl TryFromJsValue for SetDocOptions
impl TryFromJsValue for SetDocOptions
Source§impl VectorFromWasmAbi for SetDocOptions
impl VectorFromWasmAbi for SetDocOptions
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[SetDocOptions]>
Source§impl VectorIntoJsValue for SetDocOptions
impl VectorIntoJsValue for SetDocOptions
fn vector_into_jsvalue(vector: Box<[SetDocOptions]>) -> JsValue
Source§impl VectorIntoWasmAbi for SetDocOptions
impl VectorIntoWasmAbi for SetDocOptions
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[SetDocOptions]>) -> Self::Abi
Source§impl WasmDescribeVector for SetDocOptions
impl WasmDescribeVector for SetDocOptions
impl Copy for SetDocOptions
impl SupportsConstructor for SetDocOptions
impl SupportsInstanceProperty for SetDocOptions
impl SupportsStaticProperty for SetDocOptions
Auto Trait Implementations§
impl Freeze for SetDocOptions
impl RefUnwindSafe for SetDocOptions
impl Send for SetDocOptions
impl Sync for SetDocOptions
impl Unpin for SetDocOptions
impl UnwindSafe for SetDocOptions
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> 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> 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
.