pub struct AnyTypeUrl {
pub prefix: ProtobufPath,
pub full_type_name: ProtobufPath,
}
Fields§
§prefix: ProtobufPath
§full_type_name: ProtobufPath
Trait Implementations§
Source§impl Clone for AnyTypeUrl
impl Clone for AnyTypeUrl
Source§fn clone(&self) -> AnyTypeUrl
fn clone(&self) -> AnyTypeUrl
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 AnyTypeUrl
impl Debug for AnyTypeUrl
Source§impl Hash for AnyTypeUrl
impl Hash for AnyTypeUrl
Source§impl PartialEq for AnyTypeUrl
impl PartialEq for AnyTypeUrl
impl Eq for AnyTypeUrl
impl StructuralPartialEq for AnyTypeUrl
Auto Trait Implementations§
impl Freeze for AnyTypeUrl
impl RefUnwindSafe for AnyTypeUrl
impl !Send for AnyTypeUrl
impl !Sync for AnyTypeUrl
impl Unpin for AnyTypeUrl
impl UnwindSafe for AnyTypeUrl
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§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.