Struct tf_demo_parser::demo::packet::datatable::SendTableName
source · [−]pub struct SendTableName(_);
Implementations
sourceimpl SendTableName
impl SendTableName
Trait Implementations
sourceimpl<'a, _E: Endianness> BitRead<'a, _E> for SendTableName
impl<'a, _E: Endianness> BitRead<'a, _E> for SendTableName
sourceimpl<_E: Endianness> BitWrite<_E> for SendTableName
impl<_E: Endianness> BitWrite<_E> for SendTableName
sourcefn write(&self, __target__stream: &mut BitWriteStream<'_, _E>) -> Result<()>
fn write(&self, __target__stream: &mut BitWriteStream<'_, _E>) -> Result<()>
Write the type to stream
sourceimpl Clone for SendTableName
impl Clone for SendTableName
sourcefn clone(&self) -> SendTableName
fn clone(&self) -> SendTableName
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for SendTableName
impl Debug for SendTableName
sourceimpl Default for SendTableName
impl Default for SendTableName
sourcefn default() -> SendTableName
fn default() -> SendTableName
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for SendTableName
impl<'de> Deserialize<'de> for SendTableName
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Display for SendTableName
impl Display for SendTableName
sourceimpl From<&'_ str> for SendTableName
impl From<&'_ str> for SendTableName
sourceimpl From<String> for SendTableName
impl From<String> for SendTableName
sourceimpl Hash for SendTableName
impl Hash for SendTableName
sourceimpl Ord for SendTableName
impl Ord for SendTableName
sourceimpl PartialEq<SendTableName> for SendTableName
impl PartialEq<SendTableName> for SendTableName
sourcefn eq(&self, other: &SendTableName) -> bool
fn eq(&self, other: &SendTableName) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &SendTableName) -> bool
fn ne(&self, other: &SendTableName) -> bool
This method tests for !=
.
sourceimpl PartialOrd<SendTableName> for SendTableName
impl PartialOrd<SendTableName> for SendTableName
sourcefn partial_cmp(&self, other: &SendTableName) -> Option<Ordering>
fn partial_cmp(&self, other: &SendTableName) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
sourceimpl Serialize for SendTableName
impl Serialize for SendTableName
impl Eq for SendTableName
impl StructuralEq for SendTableName
impl StructuralPartialEq for SendTableName
Auto Trait Implementations
impl RefUnwindSafe for SendTableName
impl Send for SendTableName
impl Sync for SendTableName
impl Unpin for SendTableName
impl UnwindSafe for SendTableName
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Encode for T where
T: BitWrite<LittleEndian>,
impl<T> Encode for T where
T: BitWrite<LittleEndian>,
fn encode(
&self,
stream: &mut BitWriteStream<'_, LittleEndian>,
_state: &ParserState
) -> Result<()>
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> IntoResult<T> for T
impl<T> IntoResult<T> for T
type Err = Infallible
pub fn into_result(self) -> Result<T, <T as IntoResult<T>>::Err>
sourceimpl<'a, T> Parse<'a> for T where
T: BitRead<'a, LittleEndian>,
impl<'a, T> Parse<'a> for T where
T: BitRead<'a, LittleEndian>,
fn parse(stream: &mut Stream<'a>, _state: &ParserState) -> Result<Self>
sourceimpl<'a, T> ParseBitSkip<'a> for T where
T: BitRead<'a, LittleEndian>,
impl<'a, T> ParseBitSkip<'a> for T where
T: BitRead<'a, LittleEndian>,
fn parse_skip(stream: &mut Stream<'a>, _state: &ParserState) -> Result<()>
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more