pub struct ExternalTypeRef {
pub is_message: bool,
pub prost_type: bool,
pub import_index: usize,
}
Fields§
§is_message: bool
§prost_type: bool
§import_index: usize
Trait Implementations§
Source§impl Clone for ExternalTypeRef
impl Clone for ExternalTypeRef
Source§fn clone(&self) -> ExternalTypeRef
fn clone(&self) -> ExternalTypeRef
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 ExternalTypeRef
impl RefUnwindSafe for ExternalTypeRef
impl Send for ExternalTypeRef
impl Sync for ExternalTypeRef
impl Unpin for ExternalTypeRef
impl UnwindSafe for ExternalTypeRef
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