pub struct TransferPartitions<T = PlannedObject> {
pub packable_objects: Vec<T>,
pub sidecar_objects: Vec<T>,
}Fields§
§packable_objects: Vec<T>§sidecar_objects: Vec<T>Implementations§
Trait Implementations§
Source§impl<T: Clone> Clone for TransferPartitions<T>
impl<T: Clone> Clone for TransferPartitions<T>
Source§impl<T: Debug> Debug for TransferPartitions<T>
impl<T: Debug> Debug for TransferPartitions<T>
Source§impl<T> Default for TransferPartitions<T>
impl<T> Default for TransferPartitions<T>
impl<T: Eq> Eq for TransferPartitions<T>
Source§impl<T: PartialEq> PartialEq for TransferPartitions<T>
impl<T: PartialEq> PartialEq for TransferPartitions<T>
impl<T: PartialEq> StructuralPartialEq for TransferPartitions<T>
Auto Trait Implementations§
impl<T> Freeze for TransferPartitions<T>
impl<T> RefUnwindSafe for TransferPartitions<T>where
Vec<T>: RefUnwindSafe,
impl<T> Send for TransferPartitions<T>
impl<T> Sync for TransferPartitions<T>
impl<T> Unpin for TransferPartitions<T>
impl<T> UnsafeUnpin for TransferPartitions<T>where
Vec<T>: UnsafeUnpin,
impl<T> UnwindSafe for TransferPartitions<T>where
Vec<T>: UnwindSafe,
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