pub struct SecretPath(pub String);Tuple Fields§
§0: StringImplementations§
Trait Implementations§
Source§impl Clone for SecretPath
impl Clone for SecretPath
Source§fn clone(&self) -> SecretPath
fn clone(&self) -> SecretPath
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 moreAuto Trait Implementations§
impl Freeze for SecretPath
impl RefUnwindSafe for SecretPath
impl Send for SecretPath
impl Sync for SecretPath
impl Unpin for SecretPath
impl UnwindSafe for SecretPath
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