Struct embedded_bacnet::application_protocol::services::read_property_multiple::ObjectWithResults
source · pub struct ObjectWithResults<'a> {
pub object_id: ObjectId,
pub property_results: PropertyResultList<'a>,
}Fields§
§object_id: ObjectId§property_results: PropertyResultList<'a>Implementations§
Trait Implementations§
source§impl<'a> Clone for ObjectWithResults<'a>
impl<'a> Clone for ObjectWithResults<'a>
source§fn clone(&self) -> ObjectWithResults<'a>
fn clone(&self) -> ObjectWithResults<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl<'a> RefUnwindSafe for ObjectWithResults<'a>
impl<'a> Send for ObjectWithResults<'a>
impl<'a> Sync for ObjectWithResults<'a>
impl<'a> Unpin for ObjectWithResults<'a>
impl<'a> UnwindSafe for ObjectWithResults<'a>
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