pub struct DeleteLabelsOption {
pub updated_at: Option<OffsetDateTime>,
}Expand description
DeleteLabelOption options for deleting a label
Fields§
§updated_at: Option<OffsetDateTime>Trait Implementations§
Source§impl Clone for DeleteLabelsOption
impl Clone for DeleteLabelsOption
Source§fn clone(&self) -> DeleteLabelsOption
fn clone(&self) -> DeleteLabelsOption
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 DeleteLabelsOption
impl Debug for DeleteLabelsOption
Source§impl<'de> Deserialize<'de> for DeleteLabelsOption
impl<'de> Deserialize<'de> for DeleteLabelsOption
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DeleteLabelsOption
impl PartialEq for DeleteLabelsOption
Source§impl Serialize for DeleteLabelsOption
impl Serialize for DeleteLabelsOption
impl StructuralPartialEq for DeleteLabelsOption
Auto Trait Implementations§
impl Freeze for DeleteLabelsOption
impl RefUnwindSafe for DeleteLabelsOption
impl Send for DeleteLabelsOption
impl Sync for DeleteLabelsOption
impl Unpin for DeleteLabelsOption
impl UnwindSafe for DeleteLabelsOption
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