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