pub struct DataPlaneEndpoint {
pub grpc: String,
}Fields§
§grpc: StringTrait Implementations§
Source§impl Clone for DataPlaneEndpoint
impl Clone for DataPlaneEndpoint
Source§fn clone(&self) -> DataPlaneEndpoint
fn clone(&self) -> DataPlaneEndpoint
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 moreSource§impl Debug for DataPlaneEndpoint
impl Debug for DataPlaneEndpoint
Source§impl<'de> Deserialize<'de> for DataPlaneEndpoint
impl<'de> Deserialize<'de> for DataPlaneEndpoint
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 DataPlaneEndpoint
impl RefUnwindSafe for DataPlaneEndpoint
impl Send for DataPlaneEndpoint
impl Sync for DataPlaneEndpoint
impl Unpin for DataPlaneEndpoint
impl UnsafeUnpin for DataPlaneEndpoint
impl UnwindSafe for DataPlaneEndpoint
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