pub struct LogicalSlot(/* private fields */);Implementations§
Source§impl LogicalSlot
impl LogicalSlot
Trait Implementations§
Source§impl Clone for LogicalSlot
impl Clone for LogicalSlot
Source§fn clone(&self) -> LogicalSlot
fn clone(&self) -> LogicalSlot
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 LogicalSlot
impl Debug for LogicalSlot
Source§impl<'de> Deserialize<'de> for LogicalSlot
impl<'de> Deserialize<'de> for LogicalSlot
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for LogicalSlot
impl Display for LogicalSlot
impl Eq for LogicalSlot
Source§impl From<&str> for LogicalSlot
impl From<&str> for LogicalSlot
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 LogicalSlot
impl Hash for LogicalSlot
Source§impl Ord for LogicalSlot
impl Ord for LogicalSlot
Source§fn cmp(&self, other: &LogicalSlot) -> Ordering
fn cmp(&self, other: &LogicalSlot) -> 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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for LogicalSlot
impl PartialEq for LogicalSlot
Source§impl PartialOrd for LogicalSlot
impl PartialOrd for LogicalSlot
Source§impl Serialize for LogicalSlot
impl Serialize for LogicalSlot
impl StructuralPartialEq for LogicalSlot
Auto Trait Implementations§
impl Freeze for LogicalSlot
impl RefUnwindSafe for LogicalSlot
impl Send for LogicalSlot
impl Sync for LogicalSlot
impl Unpin for LogicalSlot
impl UnsafeUnpin for LogicalSlot
impl UnwindSafe for LogicalSlot
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