pub struct LabelRecord {
pub id: LabelId,
pub spec: LabelSpec,
pub created_at: OffsetDateTime,
}Fields§
§id: LabelId§spec: LabelSpec§created_at: OffsetDateTimeTrait Implementations§
Source§impl Clone for LabelRecord
impl Clone for LabelRecord
Source§impl Debug for LabelRecord
impl Debug for LabelRecord
Source§impl PartialEq for LabelRecord
impl PartialEq for LabelRecord
impl StructuralPartialEq for LabelRecord
Auto Trait Implementations§
impl Freeze for LabelRecord
impl RefUnwindSafe for LabelRecord
impl Send for LabelRecord
impl Sync for LabelRecord
impl Unpin for LabelRecord
impl UnsafeUnpin for LabelRecord
impl UnwindSafe for LabelRecord
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