pub struct SetupResponse {
pub setup: SetupState,
}Fields§
§setup: SetupStateTrait Implementations§
Source§impl Clone for SetupResponse
impl Clone for SetupResponse
Source§fn clone(&self) -> SetupResponse
fn clone(&self) -> SetupResponse
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 SetupResponse
impl Debug for SetupResponse
Source§impl<'de> Deserialize<'de> for SetupResponse
impl<'de> Deserialize<'de> for SetupResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SetupResponse
impl PartialEq for SetupResponse
Source§impl Serialize for SetupResponse
impl Serialize for SetupResponse
impl StructuralPartialEq for SetupResponse
Auto Trait Implementations§
impl Freeze for SetupResponse
impl RefUnwindSafe for SetupResponse
impl Send for SetupResponse
impl Sync for SetupResponse
impl Unpin for SetupResponse
impl UnsafeUnpin for SetupResponse
impl UnwindSafe for SetupResponse
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