pub struct PropertyResource {
pub href: Href,
pub statuses: Vec<PropertyStatus>,
}Fields§
§href: Href§statuses: Vec<PropertyStatus>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PropertyResource
impl RefUnwindSafe for PropertyResource
impl Send for PropertyResource
impl Sync for PropertyResource
impl Unpin for PropertyResource
impl UnsafeUnpin for PropertyResource
impl UnwindSafe for PropertyResource
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