pub struct PublicEndpointOutput { /* private fields */ }Implementations§
Source§impl PublicEndpointOutput
impl PublicEndpointOutput
Trait Implementations§
Source§impl Clone for PublicEndpointOutput
impl Clone for PublicEndpointOutput
Source§fn clone(&self) -> PublicEndpointOutput
fn clone(&self) -> PublicEndpointOutput
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 PublicEndpointOutput
impl Debug for PublicEndpointOutput
Source§impl Default for PublicEndpointOutput
impl Default for PublicEndpointOutput
Source§impl From<PublicEndpointOutput> for PublicEndpointOutput
impl From<PublicEndpointOutput> for PublicEndpointOutput
Source§fn from(value: PublicEndpointOutput) -> Self
fn from(value: PublicEndpointOutput) -> Self
Converts to this type from the input type.
Source§impl TryFrom<PublicEndpointOutput> for PublicEndpointOutput
impl TryFrom<PublicEndpointOutput> for PublicEndpointOutput
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: PublicEndpointOutput) -> Result<Self, ConversionError>
fn try_from(value: PublicEndpointOutput) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for PublicEndpointOutput
impl RefUnwindSafe for PublicEndpointOutput
impl Send for PublicEndpointOutput
impl Sync for PublicEndpointOutput
impl Unpin for PublicEndpointOutput
impl UnsafeUnpin for PublicEndpointOutput
impl UnwindSafe for PublicEndpointOutput
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