pub struct CloneArgs(/* private fields */);
Implementations§
Source§impl CloneArgs
impl CloneArgs
pub fn flags(self, flags: CloneFlags) -> Self
pub fn exit_signal(self, signal: Signal) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CloneArgs
impl RefUnwindSafe for CloneArgs
impl Send for CloneArgs
impl Sync for CloneArgs
impl Unpin for CloneArgs
impl UnwindSafe for CloneArgs
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