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