Struct wick_config::config::Volume
source · pub struct Volume { /* private fields */ }Expand description
A filesystem or network volume.
Implementations§
Trait Implementations§
source§impl AssetManager for Volume
impl AssetManager for Volume
source§impl From<Volume> for ResourceDefinition
impl From<Volume> for ResourceDefinition
source§impl PartialEq<Volume> for Volume
impl PartialEq<Volume> for Volume
source§impl TryFrom<ResourceDefinition> for Volume
impl TryFrom<ResourceDefinition> for Volume
§type Error = ManifestError
type Error = ManifestError
The type returned in the event of a conversion error.
impl Eq for Volume
impl StructuralEq for Volume
impl StructuralPartialEq for Volume
Auto Trait Implementations§
impl !RefUnwindSafe for Volume
impl Send for Volume
impl Sync for Volume
impl Unpin for Volume
impl !UnwindSafe for Volume
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
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.