Enum g_rust::extension::parsers::subparsers::ChatRecordDataValue
source · pub enum ChatRecordDataValue {
String(String),
Int(i32),
Bool(bool),
}
Variants§
Trait Implementations§
source§impl Clone for ChatRecordDataValue
impl Clone for ChatRecordDataValue
source§fn clone(&self) -> ChatRecordDataValue
fn clone(&self) -> ChatRecordDataValue
Returns a copy of the value. Read more
1.0.0 · 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 ChatRecordDataValue
impl Debug for ChatRecordDataValue
source§impl PartialEq<ChatRecordDataValue> for ChatRecordDataValue
impl PartialEq<ChatRecordDataValue> for ChatRecordDataValue
source§fn eq(&self, other: &ChatRecordDataValue) -> bool
fn eq(&self, other: &ChatRecordDataValue) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ChatRecordDataValue
Auto Trait Implementations§
impl RefUnwindSafe for ChatRecordDataValue
impl Send for ChatRecordDataValue
impl Sync for ChatRecordDataValue
impl Unpin for ChatRecordDataValue
impl UnwindSafe for ChatRecordDataValue
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