pub struct RackUnitFace {
pub value: Option<Value>,
pub label: Option<Label>,
}Fields§
§value: Option<Value>front- Front *rear- Rear
label: Option<Label>Implementations§
Source§impl RackUnitFace
impl RackUnitFace
pub fn new() -> RackUnitFace
Trait Implementations§
Source§impl Clone for RackUnitFace
impl Clone for RackUnitFace
Source§fn clone(&self) -> RackUnitFace
fn clone(&self) -> RackUnitFace
Returns a duplicate of the value. Read more
1.0.0 · 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 RackUnitFace
impl Debug for RackUnitFace
Source§impl Default for RackUnitFace
impl Default for RackUnitFace
Source§fn default() -> RackUnitFace
fn default() -> RackUnitFace
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RackUnitFace
impl<'de> Deserialize<'de> for RackUnitFace
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for RackUnitFace
impl PartialEq for RackUnitFace
Source§impl Serialize for RackUnitFace
impl Serialize for RackUnitFace
impl StructuralPartialEq for RackUnitFace
Auto Trait Implementations§
impl Freeze for RackUnitFace
impl RefUnwindSafe for RackUnitFace
impl Send for RackUnitFace
impl Sync for RackUnitFace
impl Unpin for RackUnitFace
impl UnwindSafe for RackUnitFace
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