pub struct ClientboundLoginSuccessProperties {
pub name: String,
pub value: String,
pub signature: Option<String>,
}Expand description
Inline data structure used by ClientboundLoginSuccess.
Fields§
§name: String§value: String§signature: Option<String>Trait Implementations§
Source§impl Clone for ClientboundLoginSuccessProperties
impl Clone for ClientboundLoginSuccessProperties
Source§fn clone(&self) -> ClientboundLoginSuccessProperties
fn clone(&self) -> ClientboundLoginSuccessProperties
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 Default for ClientboundLoginSuccessProperties
impl Default for ClientboundLoginSuccessProperties
Source§fn default() -> ClientboundLoginSuccessProperties
fn default() -> ClientboundLoginSuccessProperties
Returns the “default value” for a type. Read more
Source§impl EncodedSize for ClientboundLoginSuccessProperties
impl EncodedSize for ClientboundLoginSuccessProperties
fn encoded_size(&self) -> usize
Source§impl PartialEq for ClientboundLoginSuccessProperties
impl PartialEq for ClientboundLoginSuccessProperties
Source§fn eq(&self, other: &ClientboundLoginSuccessProperties) -> bool
fn eq(&self, other: &ClientboundLoginSuccessProperties) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ClientboundLoginSuccessProperties
Auto Trait Implementations§
impl Freeze for ClientboundLoginSuccessProperties
impl RefUnwindSafe for ClientboundLoginSuccessProperties
impl Send for ClientboundLoginSuccessProperties
impl Sync for ClientboundLoginSuccessProperties
impl Unpin for ClientboundLoginSuccessProperties
impl UnsafeUnpin for ClientboundLoginSuccessProperties
impl UnwindSafe for ClientboundLoginSuccessProperties
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