pub struct CanTransferOwnershipResultOk { /* private fields */ }
Expand description
The session can be used
Implementations§
Trait Implementations§
Source§impl AsRef<CanTransferOwnershipResultOk> for CanTransferOwnershipResultOk
impl AsRef<CanTransferOwnershipResultOk> for CanTransferOwnershipResultOk
Source§fn as_ref(&self) -> &CanTransferOwnershipResultOk
fn as_ref(&self) -> &CanTransferOwnershipResultOk
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for CanTransferOwnershipResultOk
impl Clone for CanTransferOwnershipResultOk
Source§fn clone(&self) -> CanTransferOwnershipResultOk
fn clone(&self) -> CanTransferOwnershipResultOk
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 CanTransferOwnershipResultOk
impl Debug for CanTransferOwnershipResultOk
Source§impl Default for CanTransferOwnershipResultOk
impl Default for CanTransferOwnershipResultOk
Source§fn default() -> CanTransferOwnershipResultOk
fn default() -> CanTransferOwnershipResultOk
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CanTransferOwnershipResultOk
impl<'de> Deserialize<'de> for CanTransferOwnershipResultOk
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
impl TDCanTransferOwnershipResult for CanTransferOwnershipResultOk
Auto Trait Implementations§
impl Freeze for CanTransferOwnershipResultOk
impl RefUnwindSafe for CanTransferOwnershipResultOk
impl Send for CanTransferOwnershipResultOk
impl Sync for CanTransferOwnershipResultOk
impl Unpin for CanTransferOwnershipResultOk
impl UnwindSafe for CanTransferOwnershipResultOk
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