pub struct Identify(/* private fields */);
Implementations§
Source§impl Identify
impl Identify
pub const FIELD_COUNT: usize = 3usize
pub fn total_size(&self) -> usize
pub fn field_count(&self) -> usize
pub fn count_extra_fields(&self) -> usize
pub fn has_extra_fields(&self) -> bool
pub fn flag(&self) -> Uint64
pub fn name(&self) -> Bytes
pub fn client_version(&self) -> Bytes
pub fn as_reader<'r>(&'r self) -> IdentifyReader<'r>
Trait Implementations§
Source§impl Entity for Identify
impl Entity for Identify
const NAME: &'static str = "Identify"
type Builder = IdentifyBuilder
fn new_unchecked(data: Bytes) -> Identify
fn as_bytes(&self) -> Bytes
fn as_slice(&self) -> &[u8] ⓘ
fn from_slice(slice: &[u8]) -> Result<Identify, VerificationError>
fn from_compatible_slice(slice: &[u8]) -> Result<Identify, VerificationError>
fn new_builder() -> <Identify as Entity>::Builder
fn as_builder(self) -> <Identify as Entity>::Builder
Auto Trait Implementations§
impl !Freeze for Identify
impl RefUnwindSafe for Identify
impl Send for Identify
impl Sync for Identify
impl Unpin for Identify
impl UnwindSafe for Identify
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
)