pub struct Interval { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl FromWasmAbi for Interval
impl FromWasmAbi for Interval
Source§impl IntoWasmAbi for Interval
impl IntoWasmAbi for Interval
Source§impl LongRefFromWasmAbi for Interval
impl LongRefFromWasmAbi for Interval
Source§impl OptionFromWasmAbi for Interval
impl OptionFromWasmAbi for Interval
Source§impl OptionIntoWasmAbi for Interval
impl OptionIntoWasmAbi for Interval
Source§impl RefFromWasmAbi for Interval
impl RefFromWasmAbi for Interval
Source§impl RefMutFromWasmAbi for Interval
impl RefMutFromWasmAbi for Interval
Source§impl TryFromJsValue for Interval
impl TryFromJsValue for Interval
Source§impl VectorFromWasmAbi for Interval
impl VectorFromWasmAbi for Interval
Source§impl VectorIntoWasmAbi for Interval
impl VectorIntoWasmAbi for Interval
impl SupportsConstructor for Interval
impl SupportsInstanceProperty for Interval
impl SupportsStaticProperty for Interval
Auto Trait Implementations§
impl Freeze for Interval
impl !RefUnwindSafe for Interval
impl !Send for Interval
impl !Sync for Interval
impl Unpin for Interval
impl !UnwindSafe for Interval
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> 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
.