pub struct TruncationRepairStrategy;Trait Implementations§
Source§impl Debug for TruncationRepairStrategy
impl Debug for TruncationRepairStrategy
Auto Trait Implementations§
impl Freeze for TruncationRepairStrategy
impl RefUnwindSafe for TruncationRepairStrategy
impl Send for TruncationRepairStrategy
impl Sync for TruncationRepairStrategy
impl Unpin for TruncationRepairStrategy
impl UnwindSafe for TruncationRepairStrategy
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