pub struct StoragePtx {
pub name: &'static str,
pub ptx: &'static str,
}Fields§
§name: &'static str§ptx: &'static strAuto Trait Implementations§
impl Freeze for StoragePtx
impl RefUnwindSafe for StoragePtx
impl Send for StoragePtx
impl Sync for StoragePtx
impl Unpin for StoragePtx
impl UnwindSafe for StoragePtx
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