Struct ComponentSlot
pub struct ComponentSlot(/* private fields */);Implementations§
§impl ComponentSlot
impl ComponentSlot
Trait Implementations§
§impl AsRef<str> for ComponentSlot
impl AsRef<str> for ComponentSlot
§impl Clone for ComponentSlot
impl Clone for ComponentSlot
§fn clone(&self) -> ComponentSlot
fn clone(&self) -> ComponentSlot
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 more§impl Debug for ComponentSlot
impl Debug for ComponentSlot
§impl Hash for ComponentSlot
impl Hash for ComponentSlot
§impl Ord for ComponentSlot
impl Ord for ComponentSlot
§impl PartialEq for ComponentSlot
impl PartialEq for ComponentSlot
§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