pub enum UnstrTxtKind {
Txt,
Obs,
Fws,
}Variants§
Trait Implementations§
Source§impl Clone for UnstrTxtKind
impl Clone for UnstrTxtKind
Source§fn clone(&self) -> UnstrTxtKind
fn clone(&self) -> UnstrTxtKind
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 moreimpl Copy for UnstrTxtKind
Source§impl Debug for UnstrTxtKind
impl Debug for UnstrTxtKind
Source§impl IntoBoundedStatic for UnstrTxtKind
impl IntoBoundedStatic for UnstrTxtKind
Source§type Static = UnstrTxtKind
type Static = UnstrTxtKind
The target type is bounded by the
'static lifetime.Source§fn into_static(self) -> Self::Static
fn into_static(self) -> Self::Static
Convert an owned
T into an owned T such that T: 'static.Source§impl PartialEq for UnstrTxtKind
impl PartialEq for UnstrTxtKind
Source§fn eq(&self, other: &UnstrTxtKind) -> bool
fn eq(&self, other: &UnstrTxtKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UnstrTxtKind
Source§impl ToBoundedStatic for UnstrTxtKind
impl ToBoundedStatic for UnstrTxtKind
Auto Trait Implementations§
impl Freeze for UnstrTxtKind
impl RefUnwindSafe for UnstrTxtKind
impl Send for UnstrTxtKind
impl Sync for UnstrTxtKind
impl Unpin for UnstrTxtKind
impl UnsafeUnpin for UnstrTxtKind
impl UnwindSafe for UnstrTxtKind
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