pub struct MetaStringDecoder {
pub special_char1: char,
pub special_char2: char,
}Fields§
§special_char1: char§special_char2: charImplementations§
Trait Implementations§
Source§impl Clone for MetaStringDecoder
impl Clone for MetaStringDecoder
Source§fn clone(&self) -> MetaStringDecoder
fn clone(&self) -> MetaStringDecoder
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 MetaStringDecoder
impl RefUnwindSafe for MetaStringDecoder
impl Send for MetaStringDecoder
impl Sync for MetaStringDecoder
impl Unpin for MetaStringDecoder
impl UnwindSafe for MetaStringDecoder
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