pub struct LabelChanges {
pub color: Option<ChangeFrom>,
pub name: Option<ChangeFrom>,
}
Fields§
§color: Option<ChangeFrom>
A change to the body, if any.
name: Option<ChangeFrom>
A change to the title, if any.
Trait Implementations§
Source§impl Clone for LabelChanges
impl Clone for LabelChanges
Source§fn clone(&self) -> LabelChanges
fn clone(&self) -> LabelChanges
Returns a copy 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 LabelChanges
impl Debug for LabelChanges
Source§impl<'de> Deserialize<'de> for LabelChanges
impl<'de> Deserialize<'de> for LabelChanges
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 Hash for LabelChanges
impl Hash for LabelChanges
Source§impl Ord for LabelChanges
impl Ord for LabelChanges
Source§fn cmp(&self, other: &LabelChanges) -> Ordering
fn cmp(&self, other: &LabelChanges) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for LabelChanges
impl PartialEq for LabelChanges
Source§impl PartialOrd for LabelChanges
impl PartialOrd for LabelChanges
impl Eq for LabelChanges
impl StructuralPartialEq for LabelChanges
Auto Trait Implementations§
impl Freeze for LabelChanges
impl RefUnwindSafe for LabelChanges
impl Send for LabelChanges
impl Sync for LabelChanges
impl Unpin for LabelChanges
impl UnwindSafe for LabelChanges
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