pub struct DtGuard {
pub string: String,
}Fields§
§string: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for DtGuard
impl RefUnwindSafe for DtGuard
impl Send for DtGuard
impl Sync for DtGuard
impl Unpin for DtGuard
impl UnwindSafe for DtGuard
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