pub struct TByteValue {
pub value: Option<i8>,
}
Fields§
§value: Option<i8>
Implementations§
Source§impl TByteValue
impl TByteValue
Trait Implementations§
Source§impl Clone for TByteValue
impl Clone for TByteValue
Source§fn clone(&self) -> TByteValue
fn clone(&self) -> TByteValue
Returns a duplicate 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 TByteValue
impl Debug for TByteValue
Source§impl Default for TByteValue
impl Default for TByteValue
Source§fn default() -> TByteValue
fn default() -> TByteValue
Returns the “default value” for a type. Read more
Source§impl Hash for TByteValue
impl Hash for TByteValue
Source§impl Ord for TByteValue
impl Ord for TByteValue
Source§fn cmp(&self, other: &TByteValue) -> Ordering
fn cmp(&self, other: &TByteValue) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for TByteValue
impl PartialEq for TByteValue
Source§impl PartialOrd for TByteValue
impl PartialOrd for TByteValue
Source§impl TSerializable for TByteValue
impl TSerializable for TByteValue
fn read_from_in_protocol(i_prot: &mut dyn TInputProtocol) -> Result<TByteValue>
fn write_to_out_protocol(&self, o_prot: &mut dyn TOutputProtocol) -> Result<()>
impl Eq for TByteValue
impl StructuralPartialEq for TByteValue
Auto Trait Implementations§
impl Freeze for TByteValue
impl RefUnwindSafe for TByteValue
impl Send for TByteValue
impl Sync for TByteValue
impl Unpin for TByteValue
impl UnwindSafe for TByteValue
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