pub struct TruncationNote {
pub reason: String,
pub cap_bytes: usize,
}Fields§
§reason: String§cap_bytes: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for TruncationNote
impl RefUnwindSafe for TruncationNote
impl Send for TruncationNote
impl Sync for TruncationNote
impl Unpin for TruncationNote
impl UnsafeUnpin for TruncationNote
impl UnwindSafe for TruncationNote
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