pub struct StateClosureTransferObjects {
pub planned_objects: Vec<PlannedObject>,
pub full_objects: Option<Vec<ObjectInfo>>,
}Fields§
§planned_objects: Vec<PlannedObject>§full_objects: Option<Vec<ObjectInfo>>Trait Implementations§
Source§impl Clone for StateClosureTransferObjects
impl Clone for StateClosureTransferObjects
Source§fn clone(&self) -> StateClosureTransferObjects
fn clone(&self) -> StateClosureTransferObjects
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 StateClosureTransferObjects
impl RefUnwindSafe for StateClosureTransferObjects
impl Send for StateClosureTransferObjects
impl Sync for StateClosureTransferObjects
impl Unpin for StateClosureTransferObjects
impl UnsafeUnpin for StateClosureTransferObjects
impl UnwindSafe for StateClosureTransferObjects
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