Struct WS_METADATA_ENDPOINT
#[repr(C)]pub struct WS_METADATA_ENDPOINT {
pub endpointAddress: WS_ENDPOINT_ADDRESS,
pub endpointPolicy: *mut WS_POLICY,
pub portName: *mut WS_XML_STRING,
pub serviceName: *mut WS_XML_STRING,
pub serviceNs: *mut WS_XML_STRING,
pub bindingName: *mut WS_XML_STRING,
pub bindingNs: *mut WS_XML_STRING,
pub portTypeName: *mut WS_XML_STRING,
pub portTypeNs: *mut WS_XML_STRING,
}
Fields§
§endpointAddress: WS_ENDPOINT_ADDRESS
§endpointPolicy: *mut WS_POLICY
§portName: *mut WS_XML_STRING
§serviceName: *mut WS_XML_STRING
§serviceNs: *mut WS_XML_STRING
§bindingName: *mut WS_XML_STRING
§bindingNs: *mut WS_XML_STRING
§portTypeName: *mut WS_XML_STRING
§portTypeNs: *mut WS_XML_STRING
Trait Implementations§
§impl Clone for WS_METADATA_ENDPOINT
impl Clone for WS_METADATA_ENDPOINT
§fn clone(&self) -> WS_METADATA_ENDPOINT
fn clone(&self) -> WS_METADATA_ENDPOINT
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 moreimpl Copy for WS_METADATA_ENDPOINT
Auto Trait Implementations§
impl Freeze for WS_METADATA_ENDPOINT
impl RefUnwindSafe for WS_METADATA_ENDPOINT
impl !Send for WS_METADATA_ENDPOINT
impl !Sync for WS_METADATA_ENDPOINT
impl Unpin for WS_METADATA_ENDPOINT
impl UnwindSafe for WS_METADATA_ENDPOINT
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