pub struct Origins {
pub items: Vec<Origin>,
pub quantity: i64,
}
Expand description
A complex type that contains information about origins and origin groups for this distribution.
Fields§
§items: Vec<Origin>
A complex type that contains origins or origin groups for this distribution.
quantity: i64
The number of origins or origin groups for this distribution.
Trait Implementations§
impl StructuralPartialEq for Origins
Auto Trait Implementations§
impl Freeze for Origins
impl RefUnwindSafe for Origins
impl Send for Origins
impl Sync for Origins
impl Unpin for Origins
impl UnwindSafe for Origins
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