Struct ywasm::YXmlAttributes
source · [−]pub struct YXmlAttributes(_);
Implementations
sourceimpl YXmlAttributes
impl YXmlAttributes
pub fn next(&mut self) -> IteratorNext
Trait Implementations
sourceimpl Drop for YXmlAttributes
impl Drop for YXmlAttributes
sourceimpl From<YXmlAttributes> for JsValue
impl From<YXmlAttributes> for JsValue
sourcefn from(value: YXmlAttributes) -> Self
fn from(value: YXmlAttributes) -> Self
Converts to this type from the input type.
sourceimpl FromWasmAbi for YXmlAttributes
impl FromWasmAbi for YXmlAttributes
sourceimpl IntoWasmAbi for YXmlAttributes
impl IntoWasmAbi for YXmlAttributes
sourceimpl OptionFromWasmAbi for YXmlAttributes
impl OptionFromWasmAbi for YXmlAttributes
sourceimpl OptionIntoWasmAbi for YXmlAttributes
impl OptionIntoWasmAbi for YXmlAttributes
sourceimpl RefFromWasmAbi for YXmlAttributes
impl RefFromWasmAbi for YXmlAttributes
type Anchor = Ref<'static, YXmlAttributes>
type Anchor = Ref<'static, YXmlAttributes>
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. Read more
sourceunsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor
unsafe fn ref_from_abi(js: Self::Abi) -> Self::Anchor
Recover a Self::Anchor
from Self::Abi
. Read more
sourceimpl RefMutFromWasmAbi for YXmlAttributes
impl RefMutFromWasmAbi for YXmlAttributes
type Anchor = RefMut<'static, YXmlAttributes>
type Anchor = RefMut<'static, YXmlAttributes>
Same as RefFromWasmAbi::Anchor
sourceunsafe 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_abi
sourceimpl WasmDescribe for YXmlAttributes
impl WasmDescribe for YXmlAttributes
Auto Trait Implementations
impl !RefUnwindSafe for YXmlAttributes
impl !Send for YXmlAttributes
impl !Sync for YXmlAttributes
impl Unpin for YXmlAttributes
impl !UnwindSafe for YXmlAttributes
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ReturnWasmAbi for T where
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for T where
T: IntoWasmAbi,
type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as IntoWasmAbi::Abi
sourcefn 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
. Read more