pub struct CliTarget(/* private fields */);Expand description
A validated CLI symlink target path inside an app bundle.
Guarantees:
- Absolute path under
/Applications/or/Users/ - Contains
.app/Contents/MacOS/xbin/structure - No
..path traversal
Implementations§
Trait Implementations§
impl Eq for CliTarget
impl StructuralPartialEq for CliTarget
Auto Trait Implementations§
impl Freeze for CliTarget
impl RefUnwindSafe for CliTarget
impl Send for CliTarget
impl Sync for CliTarget
impl Unpin for CliTarget
impl UnsafeUnpin for CliTarget
impl UnwindSafe for CliTarget
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