pub struct SlotRef {
pub owner: SlotOwner,
pub slot: SlotName,
}Expand description
Public slot reference in the Draxl patch surface.
Fields§
§owner: SlotOwnerFile root or node id that owns the destination slot.
slot: SlotNameStable profile-defined slot name.
Trait Implementations§
impl Eq for SlotRef
impl StructuralPartialEq for SlotRef
Auto Trait Implementations§
impl Freeze for SlotRef
impl RefUnwindSafe for SlotRef
impl Send for SlotRef
impl Sync for SlotRef
impl Unpin for SlotRef
impl UnsafeUnpin for SlotRef
impl UnwindSafe for SlotRef
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