pub struct Skr04Node {
pub number: u32,
pub label: String,
pub system: String,
pub accounts: Vec<Skr04Node>,
}Expand description
One node in the SKR04 tree (class, group, or account).
Fields§
§number: u32§label: String§system: String§accounts: Vec<Skr04Node>Trait Implementations§
Source§impl<'de> Deserialize<'de> for Skr04Node
impl<'de> Deserialize<'de> for Skr04Node
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 Skr04Node
impl RefUnwindSafe for Skr04Node
impl Send for Skr04Node
impl Sync for Skr04Node
impl Unpin for Skr04Node
impl UnsafeUnpin for Skr04Node
impl UnwindSafe for Skr04Node
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