pub enum SlotOwner {
File,
Node(NodeId),
}Expand description
Slot owner used by slot refs and destinations.
Variants§
Trait Implementations§
impl Eq for SlotOwner
impl StructuralPartialEq for SlotOwner
Auto Trait Implementations§
impl Freeze for SlotOwner
impl RefUnwindSafe for SlotOwner
impl Send for SlotOwner
impl Sync for SlotOwner
impl Unpin for SlotOwner
impl UnsafeUnpin for SlotOwner
impl UnwindSafe for SlotOwner
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