pub struct SubmitPreviewBody { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for SubmitPreviewBody
impl Clone for SubmitPreviewBody
Source§fn clone(&self) -> SubmitPreviewBody
fn clone(&self) -> SubmitPreviewBody
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 SubmitPreviewBody
impl Debug for SubmitPreviewBody
Source§impl Default for SubmitPreviewBody
impl Default for SubmitPreviewBody
Source§impl From<SubmitPreviewBody> for SubmitPreviewBody
impl From<SubmitPreviewBody> for SubmitPreviewBody
Source§fn from(value: SubmitPreviewBody) -> Self
fn from(value: SubmitPreviewBody) -> Self
Converts to this type from the input type.
Source§impl TryFrom<SubmitPreviewBody> for SubmitPreviewBody
impl TryFrom<SubmitPreviewBody> for SubmitPreviewBody
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: SubmitPreviewBody) -> Result<Self, ConversionError>
fn try_from(value: SubmitPreviewBody) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for SubmitPreviewBody
impl RefUnwindSafe for SubmitPreviewBody
impl Send for SubmitPreviewBody
impl Sync for SubmitPreviewBody
impl Unpin for SubmitPreviewBody
impl UnsafeUnpin for SubmitPreviewBody
impl UnwindSafe for SubmitPreviewBody
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