pub struct ReadBookmark { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for ReadBookmark
impl Clone for ReadBookmark
Source§fn clone(&self) -> ReadBookmark
fn clone(&self) -> ReadBookmark
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ReadBookmark
impl Debug for ReadBookmark
impl Eq for ReadBookmark
Source§impl From<ReadBookmark> for JsValue
impl From<ReadBookmark> for JsValue
Source§fn from(value: ReadBookmark) -> Self
fn from(value: ReadBookmark) -> Self
Converts to this type from the input type.
Source§impl FromWasmAbi for ReadBookmark
impl FromWasmAbi for ReadBookmark
Source§impl IntoWasmAbi for ReadBookmark
impl IntoWasmAbi for ReadBookmark
Source§impl LongRefFromWasmAbi for ReadBookmark
impl LongRefFromWasmAbi for ReadBookmark
Source§type Abi = WasmPtr<WasmRefCell<ReadBookmark>>
type Abi = WasmPtr<WasmRefCell<ReadBookmark>>
Same as
RefFromWasmAbi::AbiSource§type Anchor = RcRef<ReadBookmark>
type Anchor = RcRef<ReadBookmark>
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 ReadBookmark
impl OptionFromWasmAbi for ReadBookmark
Source§impl OptionIntoWasmAbi for ReadBookmark
impl OptionIntoWasmAbi for ReadBookmark
Source§impl PartialEq for ReadBookmark
impl PartialEq for ReadBookmark
Source§fn eq(&self, other: &ReadBookmark) -> bool
fn eq(&self, other: &ReadBookmark) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl RefFromWasmAbi for ReadBookmark
impl RefFromWasmAbi for ReadBookmark
Source§type Abi = WasmPtr<WasmRefCell<ReadBookmark>>
type Abi = WasmPtr<WasmRefCell<ReadBookmark>>
The Wasm ABI type references to
Self are recovered from.Source§type Anchor = RcRef<ReadBookmark>
type Anchor = RcRef<ReadBookmark>
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 ReadBookmark
impl RefMutFromWasmAbi for ReadBookmark
Source§type Abi = WasmPtr<WasmRefCell<ReadBookmark>>
type Abi = WasmPtr<WasmRefCell<ReadBookmark>>
Same as
RefFromWasmAbi::AbiSource§type Anchor = RcRefMut<ReadBookmark>
type Anchor = RcRefMut<ReadBookmark>
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 StructuralPartialEq for ReadBookmark
impl SupportsConstructor for ReadBookmark
impl SupportsInstanceProperty for ReadBookmark
impl SupportsStaticProperty for ReadBookmark
Source§impl TryFromJsValue for ReadBookmark
impl TryFromJsValue for ReadBookmark
Source§impl VectorFromWasmAbi for ReadBookmark
impl VectorFromWasmAbi for ReadBookmark
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[ReadBookmark]>
Source§impl VectorIntoWasmAbi for ReadBookmark
impl VectorIntoWasmAbi for ReadBookmark
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[ReadBookmark]>) -> Self::Abi
Source§impl WasmDescribeVector for ReadBookmark
impl WasmDescribeVector for ReadBookmark
Auto Trait Implementations§
impl Freeze for ReadBookmark
impl RefUnwindSafe for ReadBookmark
impl Send for ReadBookmark
impl Sync for ReadBookmark
impl Unpin for ReadBookmark
impl UnsafeUnpin for ReadBookmark
impl UnwindSafe for ReadBookmark
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::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.