pub struct ShellProps;Trait Implementations§
Source§impl Clone for ShellProps
impl Clone for ShellProps
Source§fn clone(&self) -> ShellProps
fn clone(&self) -> ShellProps
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ShellProps
impl Debug for ShellProps
Source§impl Default for ShellProps
impl Default for ShellProps
Source§fn default() -> ShellProps
fn default() -> ShellProps
Returns the “default value” for a type. Read more
Source§impl PartialEq for ShellProps
impl PartialEq for ShellProps
impl Copy for ShellProps
impl Eq for ShellProps
impl StructuralPartialEq for ShellProps
Auto Trait Implementations§
impl Freeze for ShellProps
impl RefUnwindSafe for ShellProps
impl Send for ShellProps
impl Sync for ShellProps
impl Unpin for ShellProps
impl UnsafeUnpin for ShellProps
impl UnwindSafe for ShellProps
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