pub struct TestLogStoreEndpointDetails {
pub endpoint_sas_uri: Option<String>,
pub endpoint_type: Option<EndpointType>,
pub status: Option<Status>,
}Expand description
Represents Test Log store endpoint details.
Fields§
§endpoint_sas_uri: Option<String>Test log store connection Uri.
endpoint_type: Option<EndpointType>Test log store endpoint type.
status: Option<Status>Test log store status code
Implementations§
Trait Implementations§
Source§impl Clone for TestLogStoreEndpointDetails
impl Clone for TestLogStoreEndpointDetails
Source§fn clone(&self) -> TestLogStoreEndpointDetails
fn clone(&self) -> TestLogStoreEndpointDetails
Returns a copy 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 TestLogStoreEndpointDetails
impl Debug for TestLogStoreEndpointDetails
Source§impl Default for TestLogStoreEndpointDetails
impl Default for TestLogStoreEndpointDetails
Source§fn default() -> TestLogStoreEndpointDetails
fn default() -> TestLogStoreEndpointDetails
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TestLogStoreEndpointDetails
impl<'de> Deserialize<'de> for TestLogStoreEndpointDetails
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
impl StructuralPartialEq for TestLogStoreEndpointDetails
Auto Trait Implementations§
impl Freeze for TestLogStoreEndpointDetails
impl RefUnwindSafe for TestLogStoreEndpointDetails
impl Send for TestLogStoreEndpointDetails
impl Sync for TestLogStoreEndpointDetails
impl Unpin for TestLogStoreEndpointDetails
impl UnwindSafe for TestLogStoreEndpointDetails
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