pub struct NodeResizeSessionOutcome {
pub start: NodeResizeStart,
pub update: Option<NodeResizeSessionUpdateOutcome>,
pub end: NodeResizeEnd,
}Fields§
§start: NodeResizeStart§update: Option<NodeResizeSessionUpdateOutcome>§end: NodeResizeEndImplementations§
Source§impl NodeResizeSessionOutcome
impl NodeResizeSessionOutcome
pub fn end_outcome(&self) -> NodeResizeEndOutcome
pub fn committed_update(&self) -> Option<&NodeResizeSessionUpdateOutcome>
Trait Implementations§
Source§impl Clone for NodeResizeSessionOutcome
impl Clone for NodeResizeSessionOutcome
Source§fn clone(&self) -> NodeResizeSessionOutcome
fn clone(&self) -> NodeResizeSessionOutcome
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 moreAuto Trait Implementations§
impl Freeze for NodeResizeSessionOutcome
impl RefUnwindSafe for NodeResizeSessionOutcome
impl Send for NodeResizeSessionOutcome
impl Sync for NodeResizeSessionOutcome
impl Unpin for NodeResizeSessionOutcome
impl UnsafeUnpin for NodeResizeSessionOutcome
impl UnwindSafe for NodeResizeSessionOutcome
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