Struct interned::StaticSlice
source · pub struct StaticSlice { /* private fields */ }Implementations§
Trait Implementations§
source§impl Clone for StaticSlice
impl Clone for StaticSlice
source§fn clone(&self) -> StaticSlice
fn clone(&self) -> StaticSlice
Returns a copy 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 StaticSlice
impl Debug for StaticSlice
source§impl Hash for StaticSlice
impl Hash for StaticSlice
source§impl Ord for StaticSlice
impl Ord for StaticSlice
source§impl PartialEq<StaticSlice> for StaticSlice
impl PartialEq<StaticSlice> for StaticSlice
source§impl PartialOrd<StaticSlice> for StaticSlice
impl PartialOrd<StaticSlice> for StaticSlice
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for StaticSlice
impl Eq for StaticSlice
Auto Trait Implementations§
impl RefUnwindSafe for StaticSlice
impl !Send for StaticSlice
impl !Sync for StaticSlice
impl Unpin for StaticSlice
impl UnwindSafe for StaticSlice
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