Struct maa_framework::msg::MaaMsgUUID
source · pub struct MaaMsgUUID {
pub uuid: String,
}
Fields§
§uuid: String
Trait Implementations§
source§impl Clone for MaaMsgUUID
impl Clone for MaaMsgUUID
source§fn clone(&self) -> MaaMsgUUID
fn clone(&self) -> MaaMsgUUID
Returns a copy 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 MaaMsgUUID
impl Debug for MaaMsgUUID
source§impl<'de> Deserialize<'de> for MaaMsgUUID
impl<'de> Deserialize<'de> for MaaMsgUUID
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 MaaMsgUUID
impl RefUnwindSafe for MaaMsgUUID
impl Send for MaaMsgUUID
impl Sync for MaaMsgUUID
impl Unpin for MaaMsgUUID
impl UnwindSafe for MaaMsgUUID
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