pub struct NameMsg {
pub name: String,
}Fields§
§name: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for NameMsg
impl RefUnwindSafe for NameMsg
impl Send for NameMsg
impl Sync for NameMsg
impl Unpin for NameMsg
impl UnwindSafe for NameMsg
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