pub struct SemanticSlotRef {
pub owner: SemanticSlotOwner,
pub slot: String,
}Fields§
§owner: SemanticSlotOwner§slot: StringTrait Implementations§
Source§impl Clone for SemanticSlotRef
impl Clone for SemanticSlotRef
Source§fn clone(&self) -> SemanticSlotRef
fn clone(&self) -> SemanticSlotRef
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 SemanticSlotRef
impl Debug for SemanticSlotRef
Source§impl PartialEq for SemanticSlotRef
impl PartialEq for SemanticSlotRef
Source§fn eq(&self, other: &SemanticSlotRef) -> bool
fn eq(&self, other: &SemanticSlotRef) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for SemanticSlotRef
impl StructuralPartialEq for SemanticSlotRef
Auto Trait Implementations§
impl Freeze for SemanticSlotRef
impl RefUnwindSafe for SemanticSlotRef
impl Send for SemanticSlotRef
impl Sync for SemanticSlotRef
impl Unpin for SemanticSlotRef
impl UnsafeUnpin for SemanticSlotRef
impl UnwindSafe for SemanticSlotRef
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