pub struct GetHostnameResponse {
pub value: String,
}
Fields§
§value: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GetHostnameResponse
impl RefUnwindSafe for GetHostnameResponse
impl Send for GetHostnameResponse
impl Sync for GetHostnameResponse
impl Unpin for GetHostnameResponse
impl UnwindSafe for GetHostnameResponse
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