pub struct SetActiveResponse { /* private fields */ }Trait Implementations§
Source§impl Clone for SetActiveResponse
impl Clone for SetActiveResponse
Source§fn clone(&self) -> SetActiveResponse
fn clone(&self) -> SetActiveResponse
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 SetActiveResponse
impl Debug for SetActiveResponse
Source§impl<'de> Deserialize<'de> for SetActiveResponse
impl<'de> Deserialize<'de> for SetActiveResponse
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<SetActiveResponse, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<SetActiveResponse, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl<E> Into<Result<SetActiveResponse, SetActiveError<E>>> for SetActiveResponsewhere
E: Error,
impl<E> Into<Result<SetActiveResponse, SetActiveError<E>>> for SetActiveResponsewhere
E: Error,
Source§fn into(self) -> Result<SetActiveResponse, SetActiveError<E>>
fn into(self) -> Result<SetActiveResponse, SetActiveError<E>>
Converts this type into the (usually inferred) input type.
Auto Trait Implementations§
impl Freeze for SetActiveResponse
impl RefUnwindSafe for SetActiveResponse
impl Send for SetActiveResponse
impl Sync for SetActiveResponse
impl Unpin for SetActiveResponse
impl UnsafeUnpin for SetActiveResponse
impl UnwindSafe for SetActiveResponse
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