pub struct SymlinkAt { /* private fields */ }
Expand description
Create a symlink, equivalent to symlinkat2(2)
.
Requires the unstable
feature.
Implementations
Auto Trait Implementations
impl RefUnwindSafe for SymlinkAt
impl !Send for SymlinkAt
impl !Sync for SymlinkAt
impl Unpin for SymlinkAt
impl UnwindSafe for SymlinkAt
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more