pub struct LabelFileProgs<'obj> {
pub seabee_label_target_path: ProgramMut<'obj>,
/* private fields */
}Fields§
§seabee_label_target_path: ProgramMut<'obj>Auto Trait Implementations§
impl<'obj> Freeze for LabelFileProgs<'obj>
impl<'obj> RefUnwindSafe for LabelFileProgs<'obj>
impl<'obj> !Send for LabelFileProgs<'obj>
impl<'obj> !Sync for LabelFileProgs<'obj>
impl<'obj> Unpin for LabelFileProgs<'obj>
impl<'obj> UnwindSafe for LabelFileProgs<'obj>
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