pub struct FrameRelation { /* private fields */ }Expand description
A descriptive parent/child frame relation.
Implementations§
Source§impl FrameRelation
impl FrameRelation
Trait Implementations§
Source§impl Clone for FrameRelation
impl Clone for FrameRelation
Source§fn clone(&self) -> FrameRelation
fn clone(&self) -> FrameRelation
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 FrameRelation
impl Debug for FrameRelation
Source§impl Hash for FrameRelation
impl Hash for FrameRelation
Source§impl Ord for FrameRelation
impl Ord for FrameRelation
Source§fn cmp(&self, other: &FrameRelation) -> Ordering
fn cmp(&self, other: &FrameRelation) -> Ordering
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 PartialEq for FrameRelation
impl PartialEq for FrameRelation
Source§fn eq(&self, other: &FrameRelation) -> bool
fn eq(&self, other: &FrameRelation) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for FrameRelation
impl PartialOrd for FrameRelation
impl Eq for FrameRelation
impl StructuralPartialEq for FrameRelation
Auto Trait Implementations§
impl Freeze for FrameRelation
impl RefUnwindSafe for FrameRelation
impl Send for FrameRelation
impl Sync for FrameRelation
impl Unpin for FrameRelation
impl UnsafeUnpin for FrameRelation
impl UnwindSafe for FrameRelation
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