pub struct ShellDataId(/* private fields */);Implementations§
Source§impl ShellDataId
impl ShellDataId
Trait Implementations§
Source§impl Clone for ShellDataId
impl Clone for ShellDataId
Source§fn clone(&self) -> ShellDataId
fn clone(&self) -> ShellDataId
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 ShellDataId
impl Debug for ShellDataId
Source§impl Ord for ShellDataId
impl Ord for ShellDataId
Source§fn cmp(&self, other: &ShellDataId) -> Ordering
fn cmp(&self, other: &ShellDataId) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ShellDataId
impl PartialEq for ShellDataId
Source§impl PartialOrd for ShellDataId
impl PartialOrd for ShellDataId
impl Copy for ShellDataId
impl Eq for ShellDataId
impl StructuralPartialEq for ShellDataId
Auto Trait Implementations§
impl Freeze for ShellDataId
impl RefUnwindSafe for ShellDataId
impl Send for ShellDataId
impl Sync for ShellDataId
impl Unpin for ShellDataId
impl UnwindSafe for ShellDataId
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