pub struct MockPipe {
pub forwarded_messages: Vec<LogMessage>,
}
Fields§
§forwarded_messages: Vec<LogMessage>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MockPipe
impl RefUnwindSafe for MockPipe
impl Send for MockPipe
impl !Sync for MockPipe
impl Unpin for MockPipe
impl UnwindSafe for MockPipe
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