pub struct TzLocalizeOptions {
pub ambiguous: TzAmbiguousPolicy,
pub nonexistent: TzNonexistentPolicy,
}Fields§
§ambiguous: TzAmbiguousPolicy§nonexistent: TzNonexistentPolicyTrait Implementations§
Source§impl Clone for TzLocalizeOptions
impl Clone for TzLocalizeOptions
Source§fn clone(&self) -> TzLocalizeOptions
fn clone(&self) -> TzLocalizeOptions
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 TzLocalizeOptions
impl Debug for TzLocalizeOptions
Source§impl Default for TzLocalizeOptions
impl Default for TzLocalizeOptions
impl Eq for TzLocalizeOptions
Source§impl PartialEq for TzLocalizeOptions
impl PartialEq for TzLocalizeOptions
Source§fn eq(&self, other: &TzLocalizeOptions) -> bool
fn eq(&self, other: &TzLocalizeOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TzLocalizeOptions
Auto Trait Implementations§
impl Freeze for TzLocalizeOptions
impl RefUnwindSafe for TzLocalizeOptions
impl Send for TzLocalizeOptions
impl Sync for TzLocalizeOptions
impl Unpin for TzLocalizeOptions
impl UnsafeUnpin for TzLocalizeOptions
impl UnwindSafe for TzLocalizeOptions
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<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.