pub struct GlobalUnitAssignedContext {
pub context_identifier: String,
pub context_type: String,
pub units: Vec<UnitRef>,
}Fields§
§context_identifier: String§context_type: String§units: Vec<UnitRef>Trait Implementations§
Source§impl Clone for GlobalUnitAssignedContext
impl Clone for GlobalUnitAssignedContext
Source§fn clone(&self) -> GlobalUnitAssignedContext
fn clone(&self) -> GlobalUnitAssignedContext
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 moreSource§impl Debug for GlobalUnitAssignedContext
impl Debug for GlobalUnitAssignedContext
Source§impl PartialEq for GlobalUnitAssignedContext
impl PartialEq for GlobalUnitAssignedContext
Source§fn eq(&self, other: &GlobalUnitAssignedContext) -> bool
fn eq(&self, other: &GlobalUnitAssignedContext) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GlobalUnitAssignedContext
Auto Trait Implementations§
impl Freeze for GlobalUnitAssignedContext
impl RefUnwindSafe for GlobalUnitAssignedContext
impl Send for GlobalUnitAssignedContext
impl Sync for GlobalUnitAssignedContext
impl Unpin for GlobalUnitAssignedContext
impl UnsafeUnpin for GlobalUnitAssignedContext
impl UnwindSafe for GlobalUnitAssignedContext
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