pub struct TPrimitiveTypeEntry {
pub type_: TTypeId,
pub type_qualifiers: Option<TTypeQualifiers>,
}
Fields§
§type_: TTypeId
§type_qualifiers: Option<TTypeQualifiers>
Implementations§
Source§impl TPrimitiveTypeEntry
impl TPrimitiveTypeEntry
pub fn new<F2>(type_: TTypeId, type_qualifiers: F2) -> TPrimitiveTypeEntry
Trait Implementations§
Source§impl Clone for TPrimitiveTypeEntry
impl Clone for TPrimitiveTypeEntry
Source§fn clone(&self) -> TPrimitiveTypeEntry
fn clone(&self) -> TPrimitiveTypeEntry
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 TPrimitiveTypeEntry
impl Debug for TPrimitiveTypeEntry
Source§impl Hash for TPrimitiveTypeEntry
impl Hash for TPrimitiveTypeEntry
Source§impl Ord for TPrimitiveTypeEntry
impl Ord for TPrimitiveTypeEntry
Source§fn cmp(&self, other: &TPrimitiveTypeEntry) -> Ordering
fn cmp(&self, other: &TPrimitiveTypeEntry) -> 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 TPrimitiveTypeEntry
impl PartialEq for TPrimitiveTypeEntry
Source§impl PartialOrd for TPrimitiveTypeEntry
impl PartialOrd for TPrimitiveTypeEntry
Source§impl TSerializable for TPrimitiveTypeEntry
impl TSerializable for TPrimitiveTypeEntry
fn read_from_in_protocol( i_prot: &mut dyn TInputProtocol, ) -> Result<TPrimitiveTypeEntry>
fn write_to_out_protocol(&self, o_prot: &mut dyn TOutputProtocol) -> Result<()>
impl Eq for TPrimitiveTypeEntry
impl StructuralPartialEq for TPrimitiveTypeEntry
Auto Trait Implementations§
impl Freeze for TPrimitiveTypeEntry
impl RefUnwindSafe for TPrimitiveTypeEntry
impl Send for TPrimitiveTypeEntry
impl Sync for TPrimitiveTypeEntry
impl Unpin for TPrimitiveTypeEntry
impl UnwindSafe for TPrimitiveTypeEntry
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