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