pub struct InputBarrierProperties {
pub height: Option<String>,
pub port: Option<String>,
pub server: Option<String>,
pub width: Option<String>,
pub x_origin: Option<String>,
pub y_origin: Option<String>,
pub name: String,
}
Fields§
§height: Option<String>
§port: Option<String>
§server: Option<String>
§width: Option<String>
§x_origin: Option<String>
§y_origin: Option<String>
§name: String
Trait Implementations§
Source§impl Clone for InputBarrierProperties
impl Clone for InputBarrierProperties
Source§fn clone(&self) -> InputBarrierProperties
fn clone(&self) -> InputBarrierProperties
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 InputBarrierProperties
impl Debug for InputBarrierProperties
Source§impl<'de> Deserialize<'de> for InputBarrierProperties
impl<'de> Deserialize<'de> for InputBarrierProperties
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
Auto Trait Implementations§
impl Freeze for InputBarrierProperties
impl RefUnwindSafe for InputBarrierProperties
impl Send for InputBarrierProperties
impl Sync for InputBarrierProperties
impl Unpin for InputBarrierProperties
impl UnwindSafe for InputBarrierProperties
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