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