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