pub struct GateIntent {
pub capability: String,
pub signal: String,
pub description: String,
}Fields§
§capability: String§signal: String§description: StringTrait Implementations§
Source§impl Clone for GateIntent
impl Clone for GateIntent
Source§fn clone(&self) -> GateIntent
fn clone(&self) -> GateIntent
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 GateIntent
impl Debug for GateIntent
Source§impl<'de> Deserialize<'de> for GateIntent
impl<'de> Deserialize<'de> for GateIntent
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
impl Eq for GateIntent
Source§impl PartialEq for GateIntent
impl PartialEq for GateIntent
Source§fn eq(&self, other: &GateIntent) -> bool
fn eq(&self, other: &GateIntent) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for GateIntent
impl Serialize for GateIntent
impl StructuralPartialEq for GateIntent
Auto Trait Implementations§
impl Freeze for GateIntent
impl RefUnwindSafe for GateIntent
impl Send for GateIntent
impl Sync for GateIntent
impl Unpin for GateIntent
impl UnsafeUnpin for GateIntent
impl UnwindSafe for GateIntent
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