pub struct ComponentSlot(/* private fields */);Implementations§
Trait Implementations§
Source§impl AsRef<str> for ComponentSlot
impl AsRef<str> for ComponentSlot
Source§impl Clone for ComponentSlot
impl Clone for ComponentSlot
Source§fn clone(&self) -> ComponentSlot
fn clone(&self) -> ComponentSlot
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 moreSource§impl Debug for ComponentSlot
impl Debug for ComponentSlot
Source§impl Hash for ComponentSlot
impl Hash for ComponentSlot
Source§impl Ord for ComponentSlot
impl Ord for ComponentSlot
Source§fn cmp(&self, other: &ComponentSlot) -> Ordering
fn cmp(&self, other: &ComponentSlot) -> 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 ComponentSlot
impl PartialEq for ComponentSlot
Source§fn eq(&self, other: &ComponentSlot) -> bool
fn eq(&self, other: &ComponentSlot) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ComponentSlot
impl PartialOrd for ComponentSlot
impl Eq for ComponentSlot
impl StructuralPartialEq for ComponentSlot
Auto Trait Implementations§
impl Freeze for ComponentSlot
impl RefUnwindSafe for ComponentSlot
impl Send for ComponentSlot
impl Sync for ComponentSlot
impl Unpin for ComponentSlot
impl UnsafeUnpin for ComponentSlot
impl UnwindSafe for ComponentSlot
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