pub struct IndirectModel { /* private fields */ }Expand description
Indirect context model (model #16 in the mixer).
Implementations§
Source§impl IndirectModel
impl IndirectModel
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IndirectModel
impl RefUnwindSafe for IndirectModel
impl Send for IndirectModel
impl Sync for IndirectModel
impl Unpin for IndirectModel
impl UnsafeUnpin for IndirectModel
impl UnwindSafe for IndirectModel
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