pub struct ProviderPublisher {
pub category: String,
pub contact_details: String,
pub name: String,
pub namespace: String,
}Expand description
Publisher identity within provider metadata.
Fields§
§category: StringPublisher category.
contact_details: StringContact email or details.
name: StringPublisher name.
namespace: StringPublisher namespace URI.
Trait Implementations§
Source§impl Clone for ProviderPublisher
impl Clone for ProviderPublisher
Source§fn clone(&self) -> ProviderPublisher
fn clone(&self) -> ProviderPublisher
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 ProviderPublisher
impl Debug for ProviderPublisher
Source§impl<'de> Deserialize<'de> for ProviderPublisher
impl<'de> Deserialize<'de> for ProviderPublisher
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ProviderPublisher
impl PartialEq for ProviderPublisher
Source§impl Serialize for ProviderPublisher
impl Serialize for ProviderPublisher
impl StructuralPartialEq for ProviderPublisher
Auto Trait Implementations§
impl Freeze for ProviderPublisher
impl RefUnwindSafe for ProviderPublisher
impl Send for ProviderPublisher
impl Sync for ProviderPublisher
impl Unpin for ProviderPublisher
impl UnsafeUnpin for ProviderPublisher
impl UnwindSafe for ProviderPublisher
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