pub struct StoragePath(/* private fields */);
Expand description
The storage path, e.g. “origin-ci-test”
Trait Implementations§
Source§impl Clone for StoragePath
impl Clone for StoragePath
Source§fn clone(&self) -> StoragePath
fn clone(&self) -> StoragePath
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 StoragePath
impl Debug for StoragePath
Source§impl<'de> Deserialize<'de> for StoragePath
impl<'de> Deserialize<'de> for StoragePath
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 From<&str> for StoragePath
impl From<&str> for StoragePath
Source§fn from(s: &str) -> StoragePath
fn from(s: &str) -> StoragePath
Converts to this type from the input type.
Source§impl PartialEq for StoragePath
impl PartialEq for StoragePath
Source§impl Serialize for StoragePath
impl Serialize for StoragePath
impl StructuralPartialEq for StoragePath
Auto Trait Implementations§
impl Freeze for StoragePath
impl RefUnwindSafe for StoragePath
impl Send for StoragePath
impl Sync for StoragePath
impl Unpin for StoragePath
impl UnwindSafe for StoragePath
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