pub struct PersistedStationSpec {
pub name: String,
pub alias: Option<String>,
pub enabled: bool,
pub level: u8,
pub members: Vec<GroupMemberRefV2>,
}Fields§
§name: String§alias: Option<String>§enabled: bool§level: u8§members: Vec<GroupMemberRefV2>Trait Implementations§
Source§impl Clone for PersistedStationSpec
impl Clone for PersistedStationSpec
Source§fn clone(&self) -> PersistedStationSpec
fn clone(&self) -> PersistedStationSpec
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 PersistedStationSpec
impl Debug for PersistedStationSpec
Source§impl Default for PersistedStationSpec
impl Default for PersistedStationSpec
Source§fn default() -> PersistedStationSpec
fn default() -> PersistedStationSpec
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PersistedStationSpec
impl<'de> Deserialize<'de> for PersistedStationSpec
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 PersistedStationSpec
impl PartialEq for PersistedStationSpec
Source§fn eq(&self, other: &PersistedStationSpec) -> bool
fn eq(&self, other: &PersistedStationSpec) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for PersistedStationSpec
impl Serialize for PersistedStationSpec
impl Eq for PersistedStationSpec
impl StructuralPartialEq for PersistedStationSpec
Auto Trait Implementations§
impl Freeze for PersistedStationSpec
impl RefUnwindSafe for PersistedStationSpec
impl Send for PersistedStationSpec
impl Sync for PersistedStationSpec
impl Unpin for PersistedStationSpec
impl UnsafeUnpin for PersistedStationSpec
impl UnwindSafe for PersistedStationSpec
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.