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