pub struct Serialized { /* private fields */ }
Implementations§
Source§impl Serialized
impl Serialized
pub fn new(raw: String) -> Self
pub fn serialized(&self) -> String
pub fn deserialized(&self) -> String
pub fn deserialize_part(&self, part: String) -> String
Trait Implementations§
Source§impl Clone for Serialized
impl Clone for Serialized
Source§fn clone(&self) -> Serialized
fn clone(&self) -> Serialized
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto 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