pub struct FrameRef { /* private fields */ }Expand description
A named frame reference with a descriptive kind.
Implementations§
Trait Implementations§
Source§impl Ord for FrameRef
impl Ord for FrameRef
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
Source§impl PartialOrd for FrameRef
impl PartialOrd for FrameRef
impl Eq for FrameRef
impl StructuralPartialEq for FrameRef
Auto Trait Implementations§
impl Freeze for FrameRef
impl RefUnwindSafe for FrameRef
impl Send for FrameRef
impl Sync for FrameRef
impl Unpin for FrameRef
impl UnsafeUnpin for FrameRef
impl UnwindSafe for FrameRef
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