pub struct LogicalSlotRef(/* private fields */);Implementations§
Trait Implementations§
Source§impl AsRef<str> for LogicalSlotRef
impl AsRef<str> for LogicalSlotRef
Source§impl Clone for LogicalSlotRef
impl Clone for LogicalSlotRef
Source§fn clone(&self) -> LogicalSlotRef
fn clone(&self) -> LogicalSlotRef
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 LogicalSlotRef
Source§impl Debug for LogicalSlotRef
impl Debug for LogicalSlotRef
impl Eq for LogicalSlotRef
Source§impl From<LogicalSlotRef> for LogicalSlot
impl From<LogicalSlotRef> for LogicalSlot
Source§fn from(value: LogicalSlotRef) -> Self
fn from(value: LogicalSlotRef) -> Self
Converts to this type from the input type.
Source§impl Hash for LogicalSlotRef
impl Hash for LogicalSlotRef
Source§impl PartialEq for LogicalSlotRef
impl PartialEq for LogicalSlotRef
impl StructuralPartialEq for LogicalSlotRef
Auto Trait Implementations§
impl Freeze for LogicalSlotRef
impl RefUnwindSafe for LogicalSlotRef
impl Send for LogicalSlotRef
impl Sync for LogicalSlotRef
impl Unpin for LogicalSlotRef
impl UnsafeUnpin for LogicalSlotRef
impl UnwindSafe for LogicalSlotRef
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