pub struct SNSS {
pub version: i32,
pub commands: Vec<Command>,
}Fields§
§version: i32§commands: Vec<Command>Trait Implementations§
Auto Trait Implementations§
impl Freeze for SNSS
impl RefUnwindSafe for SNSS
impl Send for SNSS
impl Sync for SNSS
impl Unpin for SNSS
impl UnwindSafe for SNSS
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