pub struct CommandMsg {
pub inner: Ustr,
}Fields§
§inner: UstrImplementations§
Source§impl CommandMsg
impl CommandMsg
Sourcepub fn builder() -> CommandMsgBuilder
pub fn builder() -> CommandMsgBuilder
Create an instance of CommandMsg using the builder syntax
Trait Implementations§
Source§impl Clone for CommandMsg
impl Clone for CommandMsg
impl Copy for CommandMsg
Source§impl Debug for CommandMsg
impl Debug for CommandMsg
Source§impl<'de> Deserialize<'de> for CommandMsg
impl<'de> Deserialize<'de> for CommandMsg
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 CommandMsg
impl RefUnwindSafe for CommandMsg
impl Send for CommandMsg
impl Sync for CommandMsg
impl Unpin for CommandMsg
impl UnsafeUnpin for CommandMsg
impl UnwindSafe for CommandMsg
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