pub enum Serialized {
String(String),
Bytes(Bytes),
}Variants§
Implementations§
Source§impl Serialized
impl Serialized
Trait Implementations§
Source§impl Debug for Serialized
impl Debug for Serialized
Auto Trait Implementations§
impl !Freeze for Serialized
impl RefUnwindSafe for Serialized
impl Send for Serialized
impl Sync for Serialized
impl Unpin for Serialized
impl UnwindSafe for Serialized
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