pub struct OwnedPeek<'mem> { /* private fields */ }Expand description
An Owned version of a Peek used for custom serialization
Should be held onto until the serialization of the type is completed.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'mem> Freeze for OwnedPeek<'mem>
impl<'mem> RefUnwindSafe for OwnedPeek<'mem>
impl<'mem> !Send for OwnedPeek<'mem>
impl<'mem> !Sync for OwnedPeek<'mem>
impl<'mem> Unpin for OwnedPeek<'mem>
impl<'mem> UnwindSafe for OwnedPeek<'mem>
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