pub struct ObjectSettings<I, A, S> {
pub objects: Vec<ObjectData<I, A, S>>,
}Fields§
§objects: Vec<ObjectData<I, A, S>>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<I, A, S> Freeze for ObjectSettings<I, A, S>
impl<I, A, S> RefUnwindSafe for ObjectSettings<I, A, S>
impl<I, A, S> Send for ObjectSettings<I, A, S>
impl<I, A, S> Sync for ObjectSettings<I, A, S>
impl<I, A, S> Unpin for ObjectSettings<I, A, S>
impl<I, A, S> UnwindSafe for ObjectSettings<I, A, S>
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