pub struct ShellPackage;Trait Implementations§
Source§impl ActPackage for ShellPackage
impl ActPackage for ShellPackage
Source§impl Clone for ShellPackage
impl Clone for ShellPackage
Source§fn clone(&self) -> ShellPackage
fn clone(&self) -> ShellPackage
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ShellPackage
impl RefUnwindSafe for ShellPackage
impl Send for ShellPackage
impl Sync for ShellPackage
impl Unpin for ShellPackage
impl UnsafeUnpin for ShellPackage
impl UnwindSafe for ShellPackage
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