pub struct SimpleExtensionUrn { /* private fields */ }
Available on crate feature
parse
only.Expand description
A parsed proto::extensions::SimpleExtensionUrn.
Implementations§
Source§impl SimpleExtensionUrn
impl SimpleExtensionUrn
Trait Implementations§
Source§impl Clone for SimpleExtensionUrn
impl Clone for SimpleExtensionUrn
Source§fn clone(&self) -> SimpleExtensionUrn
fn clone(&self) -> SimpleExtensionUrn
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 SimpleExtensionUrn
impl Debug for SimpleExtensionUrn
Source§impl From<SimpleExtensionUrn> for SimpleExtensionUrn
impl From<SimpleExtensionUrn> for SimpleExtensionUrn
Source§fn from(simple_extension_urn: SimpleExtensionUrn) -> Self
fn from(simple_extension_urn: SimpleExtensionUrn) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SimpleExtensionUrn
impl PartialEq for SimpleExtensionUrn
impl StructuralPartialEq for SimpleExtensionUrn
Auto Trait Implementations§
impl Freeze for SimpleExtensionUrn
impl RefUnwindSafe for SimpleExtensionUrn
impl Send for SimpleExtensionUrn
impl Sync for SimpleExtensionUrn
impl Unpin for SimpleExtensionUrn
impl UnwindSafe for SimpleExtensionUrn
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