pub struct ManifestDestination {
pub kind: String,
pub uri: String,
}Fields§
§kind: String§uri: StringTrait Implementations§
Source§impl Clone for ManifestDestination
impl Clone for ManifestDestination
Source§fn clone(&self) -> ManifestDestination
fn clone(&self) -> ManifestDestination
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ManifestDestination
impl Debug for ManifestDestination
Source§impl<'de> Deserialize<'de> for ManifestDestination
impl<'de> Deserialize<'de> for ManifestDestination
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 ManifestDestination
impl PartialEq for ManifestDestination
Source§fn eq(&self, other: &ManifestDestination) -> bool
fn eq(&self, other: &ManifestDestination) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ManifestDestination
impl Serialize for ManifestDestination
impl StructuralPartialEq for ManifestDestination
Auto Trait Implementations§
impl Freeze for ManifestDestination
impl RefUnwindSafe for ManifestDestination
impl Send for ManifestDestination
impl Sync for ManifestDestination
impl Unpin for ManifestDestination
impl UnsafeUnpin for ManifestDestination
impl UnwindSafe for ManifestDestination
Blanket Implementations§
impl<T> Allocation for T
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