pub struct ProtoModule { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for ProtoModule
impl Clone for ProtoModule
Source§fn clone(&self) -> ProtoModule
fn clone(&self) -> ProtoModule
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 moreSource§impl Debug for ProtoModule
impl Debug for ProtoModule
Source§impl Default for ProtoModule
impl Default for ProtoModule
Source§fn default() -> ProtoModule
fn default() -> ProtoModule
Returns the “default value” for a type. Read more
Source§impl PartialEq for ProtoModule
impl PartialEq for ProtoModule
impl StructuralPartialEq for ProtoModule
Auto Trait Implementations§
impl Freeze for ProtoModule
impl RefUnwindSafe for ProtoModule
impl Send for ProtoModule
impl Sync for ProtoModule
impl Unpin for ProtoModule
impl UnwindSafe for ProtoModule
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