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