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