#[repr(C)]pub struct TimeZoneString {
pub _base: RefCounted,
pub chars_: *const i8,
}Fields§
§_base: RefCounted§chars_: *const i8Trait Implementations§
Source§impl Debug for TimeZoneString
impl Debug for TimeZoneString
Source§impl PartialEq for TimeZoneString
impl PartialEq for TimeZoneString
Source§fn eq(&self, other: &TimeZoneString) -> bool
fn eq(&self, other: &TimeZoneString) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TimeZoneString
Auto Trait Implementations§
impl Freeze for TimeZoneString
impl RefUnwindSafe for TimeZoneString
impl !Send for TimeZoneString
impl !Sync for TimeZoneString
impl Unpin for TimeZoneString
impl UnsafeUnpin for TimeZoneString
impl UnwindSafe for TimeZoneString
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