deinit
Frees the resources associated with this ZonedDateTime instance.
Parameters
- self:ZonedDateTime
- ZonedDateTime
Source
Implementation
pub fn deinit(self: ZonedDateTime) void {
abi.c.temporal_rs_ZonedDateTime_destroy(self._inner);
}Frees the resources associated with this ZonedDateTime instance.
Source
pub fn deinit(self: ZonedDateTime) void {
abi.c.temporal_rs_ZonedDateTime_destroy(self._inner);
}