Struct fuchsia_inspect::types::ValueList
source · pub struct ValueList { /* private fields */ }
Expand description
Holds a list of inspect types that won’t change.
Implementations§
Trait Implementations§
source§impl PartialEq for ValueList
impl PartialEq for ValueList
impl Eq for ValueList
Auto Trait Implementations§
impl !Freeze for ValueList
impl !RefUnwindSafe for ValueList
impl Send for ValueList
impl Sync for ValueList
impl Unpin for ValueList
impl !UnwindSafe for ValueList
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