pub struct VerifiedAccessEndpoint {
pub id: String,
pub group_id: String,
pub instance_id: String,
pub endpoint_type: String,
pub attachment_type: String,
}Expand description
A Verified Access endpoint.
Fields§
§id: String§group_id: String§instance_id: String§endpoint_type: String§attachment_type: StringTrait Implementations§
Source§impl Clone for VerifiedAccessEndpoint
impl Clone for VerifiedAccessEndpoint
Source§fn clone(&self) -> VerifiedAccessEndpoint
fn clone(&self) -> VerifiedAccessEndpoint
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 Debug for VerifiedAccessEndpoint
impl Debug for VerifiedAccessEndpoint
Source§impl<'de> Deserialize<'de> for VerifiedAccessEndpoint
impl<'de> Deserialize<'de> for VerifiedAccessEndpoint
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 VerifiedAccessEndpoint
impl RefUnwindSafe for VerifiedAccessEndpoint
impl Send for VerifiedAccessEndpoint
impl Sync for VerifiedAccessEndpoint
impl Unpin for VerifiedAccessEndpoint
impl UnsafeUnpin for VerifiedAccessEndpoint
impl UnwindSafe for VerifiedAccessEndpoint
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