#[doc(hidden)]pub struct IdentFragmentAdapter<T: IdentFragment>(pub T);Tuple Fields§
§0: TImplementations§
Trait Implementations§
Source§impl<T: IdentFragment + Binary> Binary for IdentFragmentAdapter<T>
impl<T: IdentFragment + Binary> Binary for IdentFragmentAdapter<T>
Source§impl<T: Clone + IdentFragment> Clone for IdentFragmentAdapter<T>
impl<T: Clone + IdentFragment> Clone for IdentFragmentAdapter<T>
Source§fn clone(&self) -> IdentFragmentAdapter<T>
fn clone(&self) -> IdentFragmentAdapter<T>
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 more