pub struct LayoutOrderSource {
pub scope: LayoutScope,
pub origin: SourceOrigin,
}Expand description
Source origin for one scope’s semantic order hint.
Fields§
§scope: LayoutScopeDiagram or group identity.
origin: SourceOriginComplete authored order statement span or omitted value.
Trait Implementations§
Source§impl Clone for LayoutOrderSource
impl Clone for LayoutOrderSource
Source§fn clone(&self) -> LayoutOrderSource
fn clone(&self) -> LayoutOrderSource
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 LayoutOrderSource
impl Debug for LayoutOrderSource
impl Eq for LayoutOrderSource
Source§impl PartialEq for LayoutOrderSource
impl PartialEq for LayoutOrderSource
impl StructuralPartialEq for LayoutOrderSource
Auto Trait Implementations§
impl Freeze for LayoutOrderSource
impl RefUnwindSafe for LayoutOrderSource
impl Send for LayoutOrderSource
impl Sync for LayoutOrderSource
impl Unpin for LayoutOrderSource
impl UnsafeUnpin for LayoutOrderSource
impl UnwindSafe for LayoutOrderSource
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