#[repr(C)]pub struct IndependentServiceTokenV1 {
pub token: [c_char; 513],
}Expand description
V1 Independent service token structure
Fields§
§token: [c_char; 513]< base64
Trait Implementations§
Source§impl Clone for IndependentServiceTokenV1
impl Clone for IndependentServiceTokenV1
Source§fn clone(&self) -> IndependentServiceTokenV1
fn clone(&self) -> IndependentServiceTokenV1
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 IndependentServiceTokenV1
impl Debug for IndependentServiceTokenV1
Source§impl Default for IndependentServiceTokenV1
impl Default for IndependentServiceTokenV1
impl Copy for IndependentServiceTokenV1
Auto Trait Implementations§
impl Freeze for IndependentServiceTokenV1
impl RefUnwindSafe for IndependentServiceTokenV1
impl Send for IndependentServiceTokenV1
impl Sync for IndependentServiceTokenV1
impl Unpin for IndependentServiceTokenV1
impl UnwindSafe for IndependentServiceTokenV1
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)