Struct ExCopyAbsolute
pub struct ExCopyAbsolute { /* private fields */ }
Expand description
Default-param extender for DirAccess::copy_absolute_ex
.
Implementations§
§impl ExCopyAbsolute
impl ExCopyAbsolute
pub fn chmod_flags(self, value: i32) -> ExCopyAbsolute
pub fn done(self) -> Error
Auto Trait Implementations§
impl Freeze for ExCopyAbsolute
impl RefUnwindSafe for ExCopyAbsolute
impl !Send for ExCopyAbsolute
impl !Sync for ExCopyAbsolute
impl Unpin for ExCopyAbsolute
impl UnwindSafe for ExCopyAbsolute
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