pub struct PropertyStatus {
pub responses: Vec<PropertyResponse>,
pub status: Status,
}Fields§
§responses: Vec<PropertyResponse>§status: StatusImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PropertyStatus
impl RefUnwindSafe for PropertyStatus
impl Send for PropertyStatus
impl Sync for PropertyStatus
impl Unpin for PropertyStatus
impl UnsafeUnpin for PropertyStatus
impl UnwindSafe for PropertyStatus
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