#[repr(C)]pub struct NexKillBonus_ServerSequence_Label {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl NexKillBonus_ServerSequence_Label
impl NexKillBonus_ServerSequence_Label
pub fn search_data() -> Self
pub fn search_self_data() -> Self
pub fn delete_data() -> Self
pub fn get_data() -> Self
pub fn post_data() -> Self
pub fn update_data() -> Self
pub fn succeeded() -> Self
pub fn error() -> Self
pub fn end() -> Self
Trait Implementations§
Source§impl Clone for NexKillBonus_ServerSequence_Label
impl Clone for NexKillBonus_ServerSequence_Label
Source§fn clone(&self) -> NexKillBonus_ServerSequence_Label
fn clone(&self) -> NexKillBonus_ServerSequence_Label
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 NexKillBonus_ServerSequence_Label
impl Debug for NexKillBonus_ServerSequence_Label
Source§impl PartialEq for NexKillBonus_ServerSequence_Label
impl PartialEq for NexKillBonus_ServerSequence_Label
impl Copy for NexKillBonus_ServerSequence_Label
impl Eq for NexKillBonus_ServerSequence_Label
impl StructuralPartialEq for NexKillBonus_ServerSequence_Label
Auto Trait Implementations§
impl Freeze for NexKillBonus_ServerSequence_Label
impl RefUnwindSafe for NexKillBonus_ServerSequence_Label
impl Send for NexKillBonus_ServerSequence_Label
impl Sync for NexKillBonus_ServerSequence_Label
impl Unpin for NexKillBonus_ServerSequence_Label
impl UnwindSafe for NexKillBonus_ServerSequence_Label
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)