pub struct UpdatedPset {
pub pset: String,
pub updated_values: Vec<&'static str>,
}Fields§
§pset: String§updated_values: Vec<&'static str>Trait Implementations§
Auto Trait Implementations§
impl Freeze for UpdatedPset
impl RefUnwindSafe for UpdatedPset
impl Send for UpdatedPset
impl Sync for UpdatedPset
impl Unpin for UpdatedPset
impl UnwindSafe for UpdatedPset
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