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