pub struct CompletionSlotId(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for CompletionSlotId
impl Clone for CompletionSlotId
Source§fn clone(&self) -> CompletionSlotId
fn clone(&self) -> CompletionSlotId
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 CompletionSlotId
Source§impl Debug for CompletionSlotId
impl Debug for CompletionSlotId
impl Eq for CompletionSlotId
Source§impl Hash for CompletionSlotId
impl Hash for CompletionSlotId
Source§impl Ord for CompletionSlotId
impl Ord for CompletionSlotId
Source§fn cmp(&self, other: &CompletionSlotId) -> Ordering
fn cmp(&self, other: &CompletionSlotId) -> Ordering
1.21.0 (const: unstable) · 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 CompletionSlotId
impl PartialEq for CompletionSlotId
Source§impl PartialOrd for CompletionSlotId
impl PartialOrd for CompletionSlotId
Source§impl Serialize for CompletionSlotId
impl Serialize for CompletionSlotId
impl StructuralPartialEq for CompletionSlotId
Auto Trait Implementations§
impl Freeze for CompletionSlotId
impl RefUnwindSafe for CompletionSlotId
impl Send for CompletionSlotId
impl Sync for CompletionSlotId
impl Unpin for CompletionSlotId
impl UnsafeUnpin for CompletionSlotId
impl UnwindSafe for CompletionSlotId
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