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