Struct fast_protocol::datatypes::packets::SessionResponsePiece
source · pub struct SessionResponsePiece {
pub name: String,
pub value: String,
pub signature: String,
}Expand description
Part of the session response this is data recieved by the mojang authetication service and defined to be able to parse the data
Fields§
§name: Stringname of the data
value: Stringvalue of the data
signature: StringA signed signature
Trait Implementations§
source§impl<'de> Deserialize<'de> for SessionResponsePiece
impl<'de> Deserialize<'de> for SessionResponsePiece
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
Auto Trait Implementations§
impl Freeze for SessionResponsePiece
impl RefUnwindSafe for SessionResponsePiece
impl Send for SessionResponsePiece
impl Sync for SessionResponsePiece
impl Unpin for SessionResponsePiece
impl UnwindSafe for SessionResponsePiece
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