pub struct PmAllForm {
pub message: String,
}Fields§
§message: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for PmAllForm
impl RefUnwindSafe for PmAllForm
impl Send for PmAllForm
impl Sync for PmAllForm
impl Unpin for PmAllForm
impl UnsafeUnpin for PmAllForm
impl UnwindSafe for PmAllForm
Blanket Implementations§
impl<B> BodyBounds for Bwhere
B: Serialize,
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