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