pub struct DepositInclude {
pub digest: String,
pub realm: Option<String>,
pub layer: Option<String>,
}Expand description
One composed layer, as the depositor names it.
Fields§
§digest: String§realm: Option<String>§layer: Option<String>Trait Implementations§
Source§impl Clone for DepositInclude
impl Clone for DepositInclude
Source§fn clone(&self) -> DepositInclude
fn clone(&self) -> DepositInclude
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 DepositInclude
impl Debug for DepositInclude
Source§impl Default for DepositInclude
impl Default for DepositInclude
Source§fn default() -> DepositInclude
fn default() -> DepositInclude
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DepositInclude
impl RefUnwindSafe for DepositInclude
impl Send for DepositInclude
impl Sync for DepositInclude
impl Unpin for DepositInclude
impl UnsafeUnpin for DepositInclude
impl UnwindSafe for DepositInclude
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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