pub struct TestEnvironmentKey {
pub environment_id: Uuid,
pub root_key: String,
}Fields§
§environment_id: Uuid§root_key: StringTrait Implementations§
Source§impl Clone for TestEnvironmentKey
impl Clone for TestEnvironmentKey
Source§fn clone(&self) -> TestEnvironmentKey
fn clone(&self) -> TestEnvironmentKey
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<'de> Deserialize<'de> for TestEnvironmentKey
impl<'de> Deserialize<'de> for TestEnvironmentKey
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
Auto Trait Implementations§
impl Freeze for TestEnvironmentKey
impl RefUnwindSafe for TestEnvironmentKey
impl Send for TestEnvironmentKey
impl Sync for TestEnvironmentKey
impl Unpin for TestEnvironmentKey
impl UnsafeUnpin for TestEnvironmentKey
impl UnwindSafe for TestEnvironmentKey
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