pub struct LazyCow<T: LazyModifiable> { /* private fields */ }Implementations§
Source§impl<T: LazyModifiable> LazyCow<T>
impl<T: LazyModifiable> LazyCow<T>
Trait Implementations§
Source§impl<T: LazyModifiable> Clone for LazyCow<T>
impl<T: LazyModifiable> Clone for LazyCow<T>
Auto Trait Implementations§
impl<T> !Freeze for LazyCow<T>
impl<T> RefUnwindSafe for LazyCow<T>
impl<T> !Send for LazyCow<T>
impl<T> !Sync for LazyCow<T>
impl<T> Unpin for LazyCow<T>
impl<T> UnwindSafe for LazyCow<T>
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