#[repr(C)]pub struct RelayUserGlobalData_Uncommitted {
pub ticket_count: i32,
pub ticket_last_time: i64,
pub is_valid_ticket_last_time: bool,
}Expand description
Fields§
§ticket_count: i32§ticket_last_time: i64§is_valid_ticket_last_time: boolImplementations§
Source§impl RelayUserGlobalData_Uncommitted
impl RelayUserGlobalData_Uncommitted
pub fn version() -> u8
pub fn set_version(value: u8)
Source§impl RelayUserGlobalData_Uncommitted
impl RelayUserGlobalData_Uncommitted
Source§impl RelayUserGlobalData_Uncommitted
impl RelayUserGlobalData_Uncommitted
pub fn clear_method_info() -> &'static MethodInfo
pub fn is_dirty_method_info() -> &'static MethodInfo
pub fn serialize_method_info() -> &'static MethodInfo
pub fn deserialize_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl Clone for RelayUserGlobalData_Uncommitted
impl Clone for RelayUserGlobalData_Uncommitted
Source§fn clone(&self) -> RelayUserGlobalData_Uncommitted
fn clone(&self) -> RelayUserGlobalData_Uncommitted
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 moreimpl Copy for RelayUserGlobalData_Uncommitted
Auto Trait Implementations§
impl Freeze for RelayUserGlobalData_Uncommitted
impl RefUnwindSafe for RelayUserGlobalData_Uncommitted
impl Send for RelayUserGlobalData_Uncommitted
impl Sync for RelayUserGlobalData_Uncommitted
impl Unpin for RelayUserGlobalData_Uncommitted
impl UnwindSafe for RelayUserGlobalData_Uncommitted
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)