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