pub struct CallExprMessageDescriptorPath { /* private fields */ }
Trait Implementations
sourceimpl Clone for CallExprMessageDescriptorPath
impl Clone for CallExprMessageDescriptorPath
sourcefn clone(&self) -> CallExprMessageDescriptorPath
fn clone(&self) -> CallExprMessageDescriptorPath
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for CallExprMessageDescriptorPath
impl Debug for CallExprMessageDescriptorPath
sourceimpl Default for CallExprMessageDescriptorPath
impl Default for CallExprMessageDescriptorPath
sourcefn default() -> CallExprMessageDescriptorPath
fn default() -> CallExprMessageDescriptorPath
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for CallExprMessageDescriptorPath
impl Send for CallExprMessageDescriptorPath
impl Sync for CallExprMessageDescriptorPath
impl Unpin for CallExprMessageDescriptorPath
impl UnwindSafe for CallExprMessageDescriptorPath
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more