Struct atomic_websocket::schema::ValidClient
source · #[repr(packed(1))]pub struct ValidClient {
pub is_valid: bool,
}Fields§
§is_valid: boolTrait Implementations§
source§impl Clone for ValidClient
impl Clone for ValidClient
source§fn clone(&self) -> ValidClient
fn clone(&self) -> ValidClient
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ValidClient
impl Debug for ValidClient
source§impl FixedSized for ValidClient
impl FixedSized for ValidClient
const SERIALIZED_SIZE: usize = _
source§impl PartialEq for ValidClient
impl PartialEq for ValidClient
source§impl<'raw> Record<'raw> for ValidClient
impl<'raw> Record<'raw> for ValidClient
source§impl<'raw> SubRecord<'raw> for ValidClient
impl<'raw> SubRecord<'raw> for ValidClient
const MIN_SERIALIZED_SIZE: usize = 1usize
const EXACT_SERIALIZED_SIZE: Option<usize> = _
source§fn serialized_size(&self) -> usize
fn serialized_size(&self) -> usize
Exact size this will be once serialized in bytes. Read more
source§fn _serialize_chained<W: Write>(&self, dest: &mut W) -> SeResult<usize>
fn _serialize_chained<W: Write>(&self, dest: &mut W) -> SeResult<usize>
Should only be called from generated code!
Serialize this record. It is highly recommend to use a buffered writer.
impl Copy for ValidClient
impl StructuralPartialEq for ValidClient
Auto Trait Implementations§
impl Freeze for ValidClient
impl RefUnwindSafe for ValidClient
impl Send for ValidClient
impl Sync for ValidClient
impl Unpin for ValidClient
impl UnwindSafe for ValidClient
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)