pub struct LabelTaskLinks {
pub seabee_label_target_task: Option<Link>,
}Fields§
§seabee_label_target_task: Option<Link>Trait Implementations§
Source§impl Default for LabelTaskLinks
impl Default for LabelTaskLinks
Source§fn default() -> LabelTaskLinks
fn default() -> LabelTaskLinks
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LabelTaskLinks
impl RefUnwindSafe for LabelTaskLinks
impl Send for LabelTaskLinks
impl !Sync for LabelTaskLinks
impl Unpin for LabelTaskLinks
impl UnwindSafe for LabelTaskLinks
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