pub struct NodeResizeSessionUpdateOutcome {
pub update: NodeResizeUpdate,
pub dispatch: DispatchOutcome,
}Fields§
§update: NodeResizeUpdate§dispatch: DispatchOutcomeTrait Implementations§
Source§impl Clone for NodeResizeSessionUpdateOutcome
impl Clone for NodeResizeSessionUpdateOutcome
Source§fn clone(&self) -> NodeResizeSessionUpdateOutcome
fn clone(&self) -> NodeResizeSessionUpdateOutcome
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 NodeResizeSessionUpdateOutcome
impl RefUnwindSafe for NodeResizeSessionUpdateOutcome
impl Send for NodeResizeSessionUpdateOutcome
impl Sync for NodeResizeSessionUpdateOutcome
impl Unpin for NodeResizeSessionUpdateOutcome
impl UnsafeUnpin for NodeResizeSessionUpdateOutcome
impl UnwindSafe for NodeResizeSessionUpdateOutcome
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