pub struct PropertyList(/* private fields */);Implementations§
Source§impl PropertyList
impl PropertyList
pub fn get<C: Property>(&self) -> Result<C, ControlError>
Trait Implementations§
Source§impl Debug for PropertyList
impl Debug for PropertyList
Source§impl<'d> IntoIterator for &'d PropertyList
impl<'d> IntoIterator for &'d PropertyList
Auto Trait Implementations§
impl Freeze for PropertyList
impl RefUnwindSafe for PropertyList
impl Send for PropertyList
impl Sync for PropertyList
impl Unpin for PropertyList
impl UnwindSafe for PropertyList
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