pub struct EditLabel<'a> {
pub name: Option<&'a str>,
pub color: Option<&'a str>,
}Fields§
§name: Option<&'a str>§color: Option<&'a str>Auto Trait Implementations§
impl<'a> Freeze for EditLabel<'a>
impl<'a> RefUnwindSafe for EditLabel<'a>
impl<'a> Send for EditLabel<'a>
impl<'a> Sync for EditLabel<'a>
impl<'a> Unpin for EditLabel<'a>
impl<'a> UnsafeUnpin for EditLabel<'a>
impl<'a> UnwindSafe for EditLabel<'a>
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