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