pub struct DeleteChildResult {
pub deleted: bool,
pub cancelled_running_child: bool,
}Expand description
Result of deleting a child session.
Fields§
§deleted: bool§cancelled_running_child: boolTrait Implementations§
Source§impl Clone for DeleteChildResult
impl Clone for DeleteChildResult
Source§fn clone(&self) -> DeleteChildResult
fn clone(&self) -> DeleteChildResult
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 DeleteChildResult
impl RefUnwindSafe for DeleteChildResult
impl Send for DeleteChildResult
impl Sync for DeleteChildResult
impl Unpin for DeleteChildResult
impl UnsafeUnpin for DeleteChildResult
impl UnwindSafe for DeleteChildResult
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