pub struct GetNameResponse {
pub value: Option<String>,
}Fields§
§value: Option<String>Trait Implementations§
Source§impl Clone for GetNameResponse
impl Clone for GetNameResponse
Source§fn clone(&self) -> GetNameResponse
fn clone(&self) -> GetNameResponse
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 GetNameResponse
impl Debug for GetNameResponse
Auto Trait Implementations§
impl Freeze for GetNameResponse
impl RefUnwindSafe for GetNameResponse
impl Send for GetNameResponse
impl Sync for GetNameResponse
impl Unpin for GetNameResponse
impl UnsafeUnpin for GetNameResponse
impl UnwindSafe for GetNameResponse
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