pub struct MaaMsgConnect {
pub uuid: String,
pub resolution: MaaMsgResolution,
}
Fields§
§uuid: String
§resolution: MaaMsgResolution
Trait Implementations§
Source§impl Clone for MaaMsgConnect
impl Clone for MaaMsgConnect
Source§fn clone(&self) -> MaaMsgConnect
fn clone(&self) -> MaaMsgConnect
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 MaaMsgConnect
impl Debug for MaaMsgConnect
Source§impl<'de> Deserialize<'de> for MaaMsgConnect
impl<'de> Deserialize<'de> for MaaMsgConnect
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 MaaMsgConnect
impl RefUnwindSafe for MaaMsgConnect
impl Send for MaaMsgConnect
impl Sync for MaaMsgConnect
impl Unpin for MaaMsgConnect
impl UnwindSafe for MaaMsgConnect
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