pub struct Xsas {
pub xsas: BTreeMap<XsaNum, XsaState>,
}
Fields§
§xsas: BTreeMap<XsaNum, XsaState>
Auto Trait Implementations§
impl Freeze for Xsas
impl RefUnwindSafe for Xsas
impl Send for Xsas
impl Sync for Xsas
impl Unpin for Xsas
impl UnwindSafe for Xsas
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