pub struct DugongLayoutApplyOutcome {
pub layout: LayoutResult,
pub dispatch: Option<DispatchOutcome>,
}Expand description
Result of applying a dugong layout through the store.
Fields§
§layout: LayoutResult§dispatch: Option<DispatchOutcome>Implementations§
Source§impl DugongLayoutApplyOutcome
impl DugongLayoutApplyOutcome
pub fn committed(&self) -> Option<&GraphTransaction>
Trait Implementations§
Source§impl Clone for DugongLayoutApplyOutcome
impl Clone for DugongLayoutApplyOutcome
Source§fn clone(&self) -> DugongLayoutApplyOutcome
fn clone(&self) -> DugongLayoutApplyOutcome
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 DugongLayoutApplyOutcome
impl Debug for DugongLayoutApplyOutcome
Source§impl From<LayoutApplyOutcome> for DugongLayoutApplyOutcome
impl From<LayoutApplyOutcome> for DugongLayoutApplyOutcome
Source§fn from(outcome: LayoutApplyOutcome) -> Self
fn from(outcome: LayoutApplyOutcome) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DugongLayoutApplyOutcome
impl RefUnwindSafe for DugongLayoutApplyOutcome
impl Send for DugongLayoutApplyOutcome
impl Sync for DugongLayoutApplyOutcome
impl Unpin for DugongLayoutApplyOutcome
impl UnsafeUnpin for DugongLayoutApplyOutcome
impl UnwindSafe for DugongLayoutApplyOutcome
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