pub struct UUIDType {}Implementations§
Source§impl UUIDType
impl UUIDType
pub fn new() -> UUIDType
pub fn read_from_in_protocol( i_prot: &mut dyn TInputProtocol, ) -> Result<UUIDType>
pub fn write_to_out_protocol( &self, o_prot: &mut dyn TOutputProtocol, ) -> Result<()>
Trait Implementations§
impl Eq for UUIDType
Source§impl Ord for UUIDType
impl Ord for UUIDType
1.21.0 (const: unstable) · 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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialOrd for UUIDType
impl PartialOrd for UUIDType
impl StructuralPartialEq for UUIDType
Auto Trait Implementations§
impl Freeze for UUIDType
impl RefUnwindSafe for UUIDType
impl Send for UUIDType
impl Sync for UUIDType
impl Unpin for UUIDType
impl UnsafeUnpin for UUIDType
impl UnwindSafe for UUIDType
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