pub struct UpdateMetadataRequestEndpoint {
pub port: i32,
pub host: String,
pub listener: String,
pub security_protocol: i16,
}
Fields§
§port: i32
The port of this endpoint
host: String
The hostname of this endpoint
listener: String
The listener name.
security_protocol: i16
The security protocol type.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for UpdateMetadataRequestEndpoint
impl<'de> Deserialize<'de> for UpdateMetadataRequestEndpoint
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 UpdateMetadataRequestEndpoint
impl RefUnwindSafe for UpdateMetadataRequestEndpoint
impl Send for UpdateMetadataRequestEndpoint
impl Sync for UpdateMetadataRequestEndpoint
impl Unpin for UpdateMetadataRequestEndpoint
impl UnwindSafe for UpdateMetadataRequestEndpoint
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