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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ShellProps
Source§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
impl Eq for ShellProps
Source§impl PartialEq for ShellProps
impl PartialEq for ShellProps
Source§fn eq(&self, other: &ShellProps) -> bool
fn eq(&self, other: &ShellProps) -> bool
Tests for
self and other values to be equal, and is used by ==.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