Struct DrainedStderr
pub struct DrainedStderr {
pub text: String,
pub truncated: bool,
}Fields§
§text: String§truncated: boolTrait Implementations§
§impl Clone for DrainedStderr
impl Clone for DrainedStderr
§fn clone(&self) -> DrainedStderr
fn clone(&self) -> DrainedStderr
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for DrainedStderr
impl Debug for DrainedStderr
§impl PartialEq for DrainedStderr
impl PartialEq for DrainedStderr
impl Eq for DrainedStderr
impl StructuralPartialEq for DrainedStderr
Auto Trait Implementations§
impl Freeze for DrainedStderr
impl RefUnwindSafe for DrainedStderr
impl Send for DrainedStderr
impl Sync for DrainedStderr
impl Unpin for DrainedStderr
impl UnsafeUnpin for DrainedStderr
impl UnwindSafe for DrainedStderr
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.