Struct mesh_protobuf::encoding::DerivedEncoding
source · pub struct DerivedEncoding<T>(/* private fields */);
Expand description
An encoding derived by mesh_derive
for T
.
Trait Implementations§
source§impl<T: Clone> Clone for DerivedEncoding<T>
impl<T: Clone> Clone for DerivedEncoding<T>
source§fn clone(&self) -> DerivedEncoding<T>
fn clone(&self) -> DerivedEncoding<T>
Returns a copy 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 moreimpl<T: Copy> Copy for DerivedEncoding<T>
Auto Trait Implementations§
impl<T> Freeze for DerivedEncoding<T>
impl<T> RefUnwindSafe for DerivedEncoding<T>
impl<T> Send for DerivedEncoding<T>
impl<T> Sync for DerivedEncoding<T>
impl<T> Unpin for DerivedEncoding<T>
impl<T> UnwindSafe for DerivedEncoding<T>
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)