pub struct Name { /* private fields */ }
Implementations§
Source§impl Name
impl Name
Sourcepub fn serialize_name(&self) -> String
pub fn serialize_name(&self) -> String
Return the container name for the container when serializing.
Sourcepub fn deserialize_name(&self) -> String
pub fn deserialize_name(&self) -> String
Return the container name for the container when deserializing.
Auto Trait Implementations§
impl Freeze for Name
impl RefUnwindSafe for Name
impl Send for Name
impl Sync for Name
impl Unpin for Name
impl UnwindSafe for Name
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