pub struct Copy {
pub src: String,
pub dst: String,
pub from: Option<String>,
pub chown: Option<User>,
}
Fields§
§src: String
§dst: String
§from: Option<String>
§chown: Option<User>
Trait Implementations§
impl Eq for Copy
impl Instruction for Copy
impl StructuralPartialEq for Copy
Auto Trait Implementations§
impl Freeze for Copy
impl RefUnwindSafe for Copy
impl Send for Copy
impl Sync for Copy
impl Unpin for Copy
impl UnwindSafe for Copy
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