Struct workerlib::lorry_specs::RawFileURLMapping
source · pub struct RawFileURLMapping {
pub destination: RelativePathBuf,
pub url: Url,
pub sha256sum: Option<String>,
}
Fields§
§destination: RelativePathBuf
§url: Url
§sha256sum: Option<String>
Trait Implementations§
source§impl Clone for RawFileURLMapping
impl Clone for RawFileURLMapping
source§fn clone(&self) -> RawFileURLMapping
fn clone(&self) -> RawFileURLMapping
Returns a copy 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 RawFileURLMapping
impl Debug for RawFileURLMapping
source§impl<'de> Deserialize<'de> for RawFileURLMapping
impl<'de> Deserialize<'de> for RawFileURLMapping
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 RawFileURLMapping
impl PartialEq for RawFileURLMapping
source§fn eq(&self, other: &RawFileURLMapping) -> bool
fn eq(&self, other: &RawFileURLMapping) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for RawFileURLMapping
impl Serialize for RawFileURLMapping
impl StructuralPartialEq for RawFileURLMapping
Auto Trait Implementations§
impl Freeze for RawFileURLMapping
impl RefUnwindSafe for RawFileURLMapping
impl Send for RawFileURLMapping
impl Sync for RawFileURLMapping
impl Unpin for RawFileURLMapping
impl UnwindSafe for RawFileURLMapping
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