pub struct EnableUserResult {}
Trait Implementations§
Source§impl Clone for EnableUserResult
impl Clone for EnableUserResult
Source§fn clone(&self) -> EnableUserResult
fn clone(&self) -> EnableUserResult
Returns a copy of the value. Read more
1.0.0 · 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 EnableUserResult
impl Debug for EnableUserResult
Source§impl Default for EnableUserResult
impl Default for EnableUserResult
Source§fn default() -> EnableUserResult
fn default() -> EnableUserResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EnableUserResult
impl<'de> Deserialize<'de> for EnableUserResult
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 EnableUserResult
impl PartialEq for EnableUserResult
impl StructuralPartialEq for EnableUserResult
Auto Trait Implementations§
impl Freeze for EnableUserResult
impl RefUnwindSafe for EnableUserResult
impl Send for EnableUserResult
impl Sync for EnableUserResult
impl Unpin for EnableUserResult
impl UnwindSafe for EnableUserResult
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