pub struct UnlockConnectorResponse {
pub status: UnlockConnectorResponseStatus,
}Fields§
§status: UnlockConnectorResponseStatusTrait Implementations§
Source§impl Clone for UnlockConnectorResponse
impl Clone for UnlockConnectorResponse
Source§fn clone(&self) -> UnlockConnectorResponse
fn clone(&self) -> UnlockConnectorResponse
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 UnlockConnectorResponse
impl Debug for UnlockConnectorResponse
impl Eq for UnlockConnectorResponse
Source§impl PartialEq for UnlockConnectorResponse
impl PartialEq for UnlockConnectorResponse
impl StructuralPartialEq for UnlockConnectorResponse
Auto Trait Implementations§
impl Freeze for UnlockConnectorResponse
impl RefUnwindSafe for UnlockConnectorResponse
impl Send for UnlockConnectorResponse
impl Sync for UnlockConnectorResponse
impl Unpin for UnlockConnectorResponse
impl UnsafeUnpin for UnlockConnectorResponse
impl UnwindSafe for UnlockConnectorResponse
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