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
source§impl PartialEq for TestLogStoreEndpointDetails
impl PartialEq for TestLogStoreEndpointDetails
source§fn eq(&self, other: &TestLogStoreEndpointDetails) -> bool
fn eq(&self, other: &TestLogStoreEndpointDetails) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for TestLogStoreEndpointDetails
Auto Trait Implementations§
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