pub struct DeactivateTypeOutput {}Trait Implementations§
Source§impl Clone for DeactivateTypeOutput
impl Clone for DeactivateTypeOutput
Source§fn clone(&self) -> DeactivateTypeOutput
fn clone(&self) -> DeactivateTypeOutput
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 DeactivateTypeOutput
impl Debug for DeactivateTypeOutput
Source§impl Default for DeactivateTypeOutput
impl Default for DeactivateTypeOutput
Source§fn default() -> DeactivateTypeOutput
fn default() -> DeactivateTypeOutput
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeactivateTypeOutput
impl PartialEq for DeactivateTypeOutput
Source§fn eq(&self, other: &DeactivateTypeOutput) -> bool
fn eq(&self, other: &DeactivateTypeOutput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DeactivateTypeOutput
Auto Trait Implementations§
impl Freeze for DeactivateTypeOutput
impl RefUnwindSafe for DeactivateTypeOutput
impl Send for DeactivateTypeOutput
impl Sync for DeactivateTypeOutput
impl Unpin for DeactivateTypeOutput
impl UnsafeUnpin for DeactivateTypeOutput
impl UnwindSafe for DeactivateTypeOutput
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