#[repr(C)]pub struct IndependentServiceTokenV2 {
pub token: [c_char; 513],
pub iv: [c_char; 25],
pub signature: [c_char; 345],
pub nfsTypeStr: NfsTypeStr,
}Expand description
V2 Independent service token structure
Fields§
§token: [c_char; 513]< base64
iv: [c_char; 25]< base64
signature: [c_char; 345]< base64
nfsTypeStr: NfsTypeStrTrait Implementations§
Source§impl Clone for IndependentServiceTokenV2
impl Clone for IndependentServiceTokenV2
Source§fn clone(&self) -> IndependentServiceTokenV2
fn clone(&self) -> IndependentServiceTokenV2
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IndependentServiceTokenV2
impl Debug for IndependentServiceTokenV2
Source§impl Default for IndependentServiceTokenV2
impl Default for IndependentServiceTokenV2
impl Copy for IndependentServiceTokenV2
Auto Trait Implementations§
impl Freeze for IndependentServiceTokenV2
impl RefUnwindSafe for IndependentServiceTokenV2
impl Send for IndependentServiceTokenV2
impl Sync for IndependentServiceTokenV2
impl Unpin for IndependentServiceTokenV2
impl UnwindSafe for IndependentServiceTokenV2
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)