Struct classicube_sys::FetchServerData
source · #[repr(C)]pub struct FetchServerData {
pub Base: LWebTask,
pub server: ServerInfo,
}
Fields§
§Base: LWebTask
§server: ServerInfo
Trait Implementations§
source§impl Debug for FetchServerData
impl Debug for FetchServerData
source§impl Hash for FetchServerData
impl Hash for FetchServerData
source§impl PartialEq for FetchServerData
impl PartialEq for FetchServerData
source§fn eq(&self, other: &FetchServerData) -> bool
fn eq(&self, other: &FetchServerData) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for FetchServerData
impl StructuralPartialEq for FetchServerData
Auto Trait Implementations§
impl Freeze for FetchServerData
impl RefUnwindSafe for FetchServerData
impl !Send for FetchServerData
impl !Sync for FetchServerData
impl Unpin for FetchServerData
impl UnwindSafe for FetchServerData
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