pub struct ProvisionEndpointResponse {
pub endpoint_id: Option<u8>,
}Fields§
§endpoint_id: Option<u8>Trait Implementations§
Source§impl Debug for ProvisionEndpointResponse
impl Debug for ProvisionEndpointResponse
Auto Trait Implementations§
impl Freeze for ProvisionEndpointResponse
impl RefUnwindSafe for ProvisionEndpointResponse
impl Send for ProvisionEndpointResponse
impl Sync for ProvisionEndpointResponse
impl Unpin for ProvisionEndpointResponse
impl UnwindSafe for ProvisionEndpointResponse
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