pub struct UpdateChapterMovesForm {
pub pgn: String,
}Fields§
§pgn: StringTrait Implementations§
Source§impl Clone for UpdateChapterMovesForm
impl Clone for UpdateChapterMovesForm
Source§fn clone(&self) -> UpdateChapterMovesForm
fn clone(&self) -> UpdateChapterMovesForm
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 UpdateChapterMovesForm
impl Debug for UpdateChapterMovesForm
Source§impl Default for UpdateChapterMovesForm
impl Default for UpdateChapterMovesForm
Source§fn default() -> UpdateChapterMovesForm
fn default() -> UpdateChapterMovesForm
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UpdateChapterMovesForm
impl RefUnwindSafe for UpdateChapterMovesForm
impl Send for UpdateChapterMovesForm
impl Sync for UpdateChapterMovesForm
impl Unpin for UpdateChapterMovesForm
impl UnsafeUnpin for UpdateChapterMovesForm
impl UnwindSafe for UpdateChapterMovesForm
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