pub struct SurfaceSlotRef {
pub owner: SurfaceSlotOwner,
pub slot: String,
pub slot_span: Span,
pub span: Span,
}Expand description
Parsed slot reference before schema resolution.
Fields§
§owner: SurfaceSlotOwner§slot: String§slot_span: Span§span: SpanTrait Implementations§
Source§impl Clone for SurfaceSlotRef
impl Clone for SurfaceSlotRef
Source§fn clone(&self) -> SurfaceSlotRef
fn clone(&self) -> SurfaceSlotRef
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 SurfaceSlotRef
impl Debug for SurfaceSlotRef
Source§impl PartialEq for SurfaceSlotRef
impl PartialEq for SurfaceSlotRef
Source§fn eq(&self, other: &SurfaceSlotRef) -> bool
fn eq(&self, other: &SurfaceSlotRef) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for SurfaceSlotRef
impl StructuralPartialEq for SurfaceSlotRef
Auto Trait Implementations§
impl Freeze for SurfaceSlotRef
impl RefUnwindSafe for SurfaceSlotRef
impl Send for SurfaceSlotRef
impl Sync for SurfaceSlotRef
impl Unpin for SurfaceSlotRef
impl UnsafeUnpin for SurfaceSlotRef
impl UnwindSafe for SurfaceSlotRef
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