pub struct TTypeDesc {
pub types: Vec<TTypeEntry>,
}
Fields§
§types: Vec<TTypeEntry>
Implementations§
Trait Implementations§
Source§impl Ord for TTypeDesc
impl Ord for TTypeDesc
Source§impl PartialOrd for TTypeDesc
impl PartialOrd for TTypeDesc
Source§impl TSerializable for TTypeDesc
impl TSerializable for TTypeDesc
fn read_from_in_protocol(i_prot: &mut dyn TInputProtocol) -> Result<TTypeDesc>
fn write_to_out_protocol(&self, o_prot: &mut dyn TOutputProtocol) -> Result<()>
impl Eq for TTypeDesc
impl StructuralPartialEq for TTypeDesc
Auto Trait Implementations§
impl Freeze for TTypeDesc
impl RefUnwindSafe for TTypeDesc
impl Send for TTypeDesc
impl Sync for TTypeDesc
impl Unpin for TTypeDesc
impl UnwindSafe for TTypeDesc
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