pub struct ProtocolPacketField {
pub name: String,
pub kind: String,
}
Fields§
§name: String
§kind: String
Trait Implementations§
Source§impl Clone for ProtocolPacketField
impl Clone for ProtocolPacketField
Source§fn clone(&self) -> ProtocolPacketField
fn clone(&self) -> ProtocolPacketField
Returns a duplicate 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 ProtocolPacketField
impl Debug for ProtocolPacketField
Source§impl<'de> Deserialize<'de> for ProtocolPacketField
impl<'de> Deserialize<'de> for ProtocolPacketField
Source§fn 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
Source§impl PartialEq for ProtocolPacketField
impl PartialEq for ProtocolPacketField
Source§impl Serialize for ProtocolPacketField
impl Serialize for ProtocolPacketField
impl Eq for ProtocolPacketField
impl StructuralPartialEq for ProtocolPacketField
Auto Trait Implementations§
impl Freeze for ProtocolPacketField
impl RefUnwindSafe for ProtocolPacketField
impl Send for ProtocolPacketField
impl Sync for ProtocolPacketField
impl Unpin for ProtocolPacketField
impl UnwindSafe for ProtocolPacketField
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